#BB6BFF

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

Shades of Heliotrope #BB6BFF

Tints of Heliotrope #BB6BFF

Color information

#BB6BFF (or 0xBB6BFF) is unknown color: approx Heliotrope. HEX triplet: BB, 6B and FF. RGB value is (187,107,255). Sum of RGB (Red+Green+Blue) = 187+107+255=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB6BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BFF is #449400. Grayscale: #939393. Windows color (decimal): -4494337 or 16739259. OLE color: 16739259.

HSL color Cylindrical-coordinate representation of color #BB6BFF: hue angle of 272.43º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB6BFF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187107255-
CMYK0.270.5800
HSL272.43º100%70.98%-
HSV(B)272.43º58.04%100%-
XYZ43.828.397.76-
YUV147.79188.5155.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 255 (100% from 255) = 46.45%
R=34.06%
G=19.49%
B=46.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871072550.270.5800272.4310070.98
HexBB6BFF1B3A001106447
Octal273153377337200420144107
Binary10111011110101111111111110111110100010001000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BFF; }

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

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

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

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

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

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

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

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