#BB6BF4

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

Shades of Heliotrope #BB6BF4

Tints of Heliotrope #BB6BF4

Color information

#BB6BF4 (or 0xBB6BF4) is unknown color: approx Heliotrope. HEX triplet: BB, 6B and F4. RGB value is (187,107,244). Sum of RGB (Red+Green+Blue) = 187+107+244=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB6BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BF4 is #44940B. Grayscale: #929292. Windows color (decimal): -4494348 or 16018363. OLE color: 16018363.

HSL color Cylindrical-coordinate representation of color #BB6BF4: hue angle of 275.04º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6BF4 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187107244-
CMYK0.230.5600.04
HSL275.04º86.16%68.82%-
HSV(B)275.04º56.15%95.69%-
XYZ42.0827.6188.7-
YUV146.54183156.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 107 (42.19% from 255) = 19.89%
BLUE value IS 244 (95.70% from 255) = 45.35%
R=34.76%
G=19.89%
B=45.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871072440.230.5600.04275.0486.1668.82
HexBB6BF41738041135645
Octal273153364277004423126105
Binary1011101111010111111010010111111000010010001001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BF4; }

 p { color: rgb(187,107,244); }

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

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

 a { background-color: rgb(187,107,244); }

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

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

 span { border-color: rgb(187,107,244); }

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