#BB81FA

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

Shades of Heliotrope #BB81FA

Tints of Heliotrope #BB81FA

Color information

#BB81FA (or 0xBB81FA) is unknown color: approx Heliotrope. HEX triplet: BB, 81 and FA. RGB value is (187,129,250). Sum of RGB (Red+Green+Blue) = 187+129+250=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81FA is #447E05. Grayscale: #9F9F9F. Windows color (decimal): -4488710 or 16417211. OLE color: 16417211.

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

Color convert

RGB187129250-
CMYK0.250.4800.02
HSL268.76º92.37%74.31%-
HSV(B)268.76º48.4%98.04%-
XYZ45.633.1794.44-
YUV160.14178.72147.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=33.04%
G=22.79%
B=44.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871292500.250.4800.02268.7692.3774.31
HexBB81FA19300210d5c4a
Octal273201372316002415134112
Binary1011101110000001111110101100111000001010000110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81FA; }

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

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

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

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

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

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

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

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