#bb7df7

Color #BB7DF7 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #BB7DF7

Tints of Heliotrope #BB7DF7

Color information

#BB7DF7 (or 0xBB7DF7) is unknown color: approx Heliotrope. HEX triplet: BB, 7D and F7. RGB value is (187,125,247). Sum of RGB (Red+Green+Blue) = 187+125+247=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB7DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DF7 is #448208. Grayscale: #9D9D9D. Windows color (decimal): -4489737 or 16219579. OLE color: 16219579.

HSL color Cylindrical-coordinate representation of color #BB7DF7: hue angle of 270.49º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7DF7 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187125247-
CMYK0.240.4900.03
HSL270.49º88.41%72.94%-
HSV(B)270.49º49.39%96.86%-
XYZ44.6231.9591.81-
YUV157.45178.54149.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 247 (96.88% from 255) = 44.19%
R=33.45%
G=22.36%
B=44.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871252470.240.4900.03270.4988.4172.94
HexBB7DF718310310e5849
Octal273175367306103416130111
Binary101110111111101111101111100011000101110000111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7df7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7df7; }

 p { color: rgb(187,125,247); }

 H1.HeaderClassName
 {
   color: #bb7df7;
 }
 .AnyTagClassName
 {
   color: #bb7df7;
 }
</style>
background-color css

<style>
 a { background-color: #bb7df7; }

 a { background-color: rgb(187,125,247); }

 div.DivClassName
 {
   background-color: #bb7df7;
 }
 .BgClassName
 {
   background-color: #bb7df7;
 }
</style>
border-color css

<style>
 span { border-color: #bb7df7; }

 span { border-color: rgb(187,125,247); }

 td.TdClassName
 {
   border-color: #bb7df7;
 }
 .TagClassName
 {
   border-color: #bb7df7;
 }
</style>