#BB81F7

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

Shades of Heliotrope #BB81F7

Tints of Heliotrope #BB81F7

Color information

#BB81F7 (or 0xBB81F7) is unknown color: approx Heliotrope. HEX triplet: BB, 81 and F7. RGB value is (187,129,247). Sum of RGB (Red+Green+Blue) = 187+129+247=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB81F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81F7 is #447E08. Grayscale: #9F9F9F. Windows color (decimal): -4488713 or 16220603. OLE color: 16220603.

HSL color Cylindrical-coordinate representation of color #BB81F7: hue angle of 269.49º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB81F7 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187129247-
CMYK0.240.4800.03
HSL269.49º88.06%73.73%-
HSV(B)269.49º47.77%96.86%-
XYZ45.1332.9891.98-
YUV159.79177.22147.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=33.21%
G=22.91%
B=43.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871292470.240.4800.03269.4988.0673.73
HexBB81F718300310d584a
Octal273201367306003415130112
Binary1011101110000001111101111100011000001110000110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81F7; }

 p { color: rgb(187,129,247); }

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

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

 a { background-color: rgb(187,129,247); }

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

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

 span { border-color: rgb(187,129,247); }

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