#BB6AF4

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

Shades of Heliotrope #BB6AF4

Tints of Heliotrope #BB6AF4

Color information

#BB6AF4 (or 0xBB6AF4) is unknown color: approx Heliotrope. HEX triplet: BB, 6A and F4. RGB value is (187,106,244). Sum of RGB (Red+Green+Blue) = 187+106+244=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB6AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AF4 is #44950B. Grayscale: #919191. Windows color (decimal): -4494604 or 16018107. OLE color: 16018107.

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

Color convert

RGB187106244-
CMYK0.230.5700.04
HSL275.22º86.25%68.63%-
HSV(B)275.22º56.56%95.69%-
XYZ41.9827.488.67-
YUV145.95183.34157.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 106 (41.80% from 255) = 19.74%
BLUE value IS 244 (95.70% from 255) = 45.44%
R=34.82%
G=19.74%
B=45.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871062440.230.5700.04275.2286.2568.63
HexBB6AF41739041135645
Octal273152364277104423126105
Binary1011101111010101111010010111111001010010001001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AF4; }

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

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

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

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

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

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

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

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