#BB6FF6

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

Shades of Heliotrope #BB6FF6

Tints of Heliotrope #BB6FF6

Color information

#BB6FF6 (or 0xBB6FF6) is unknown color: approx Heliotrope. HEX triplet: BB, 6F and F6. RGB value is (187,111,246). Sum of RGB (Red+Green+Blue) = 187+111+246=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB6FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FF6 is #449009. Grayscale: #949494. Windows color (decimal): -4493322 or 16150459. OLE color: 16150459.

HSL color Cylindrical-coordinate representation of color #BB6FF6: hue angle of 273.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6FF6 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187111246-
CMYK0.240.5500.04
HSL273.78º88.24%70%-
HSV(B)273.78º54.88%96.47%-
XYZ42.8128.5990.45-
YUV149.11182.68155.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 111 (43.75% from 255) = 20.40%
BLUE value IS 246 (96.48% from 255) = 45.22%
R=34.38%
G=20.40%
B=45.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871112460.240.5500.04273.7888.2470
HexBB6FF61837041125846
Octal273157366306704422130106
Binary1011101111011111111011011000110111010010001001010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FF6; }

 p { color: rgb(187,111,246); }

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

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

 a { background-color: rgb(187,111,246); }

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

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

 span { border-color: rgb(187,111,246); }

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