#BB7FF9

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

Shades of Heliotrope #BB7FF9

Tints of Heliotrope #BB7FF9

Color information

#BB7FF9 (or 0xBB7FF9) is unknown color: approx Heliotrope. HEX triplet: BB, 7F and F9. RGB value is (187,127,249). Sum of RGB (Red+Green+Blue) = 187+127+249=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB7FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FF9 is #448006. Grayscale: #9E9E9E. Windows color (decimal): -4489223 or 16351163. OLE color: 16351163.

HSL color Cylindrical-coordinate representation of color #BB7FF9: hue angle of 269.51º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7FF9 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187127249-
CMYK0.250.4900.02
HSL269.51º91.04%73.73%-
HSV(B)269.51º49%97.65%-
XYZ45.1832.5893.53-
YUV158.85178.88148.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 127 (50% from 255) = 22.56%
BLUE value IS 249 (97.66% from 255) = 44.23%
R=33.21%
G=22.56%
B=44.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871272490.250.4900.02269.5191.0473.73
HexBB7FF919310210e5b4a
Octal273177371316102416133112
Binary101110111111111111110011100111000101010000111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FF9; }

 p { color: rgb(187,127,249); }

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

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

 a { background-color: rgb(187,127,249); }

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

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

 span { border-color: rgb(187,127,249); }

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