#BB81FF

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

Shades of Heliotrope #BB81FF

Tints of Heliotrope #BB81FF

Color information

#BB81FF (or 0xBB81FF) is unknown color: approx Heliotrope. HEX triplet: BB, 81 and FF. RGB value is (187,129,255). Sum of RGB (Red+Green+Blue) = 187+129+255=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81FF is #447E00. Grayscale: #A0A0A0. Windows color (decimal): -4488705 or 16744891. OLE color: 16744891.

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

Color convert

RGB187129255-
CMYK0.270.4900
HSL267.62º100%75.29%-
HSV(B)267.62º49.41%100%-
XYZ46.3933.4998.63-
YUV160.71181.22146.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 255 (100% from 255) = 44.66%
R=32.75%
G=22.59%
B=44.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871292550.270.4900267.6210075.29
HexBB81FF1B310010c644b
Octal273201377336100414144113
Binary101110111000000111111111110111100010010000110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81FF; }

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

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

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

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

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

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

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

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