#BB6AFB

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

Shades of Heliotrope #BB6AFB

Tints of Heliotrope #BB6AFB

Color information

#BB6AFB (or 0xBB6AFB) is unknown color: approx Heliotrope. HEX triplet: BB, 6A and FB. RGB value is (187,106,251). Sum of RGB (Red+Green+Blue) = 187+106+251=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AFB is #449504. Grayscale: #929292. Windows color (decimal): -4494597 or 16476859. OLE color: 16476859.

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

Color convert

RGB187106251-
CMYK0.250.5800.02
HSL273.52º94.77%70%-
HSV(B)273.52º57.77%98.43%-
XYZ43.0627.8494.37-
YUV146.75186.84156.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=34.38%
G=19.49%
B=46.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871062510.250.5800.02273.5294.7770
HexBB6AFB193A021125f46
Octal273152373317202422137106
Binary101110111101010111110111100111101001010001001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AFB; }

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

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

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

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

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

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

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

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