#BB81FD

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

Shades of Heliotrope #BB81FD

Tints of Heliotrope #BB81FD

Color information

#BB81FD (or 0xBB81FD) is unknown color: approx Heliotrope. HEX triplet: BB, 81 and FD. RGB value is (187,129,253). Sum of RGB (Red+Green+Blue) = 187+129+253=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81FD is #447E02. Grayscale: #A0A0A0. Windows color (decimal): -4488707 or 16613819. OLE color: 16613819.

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

Color convert

RGB187129253-
CMYK0.260.4900.01
HSL268.06º96.88%74.9%-
HSV(B)268.06º49.01%99.22%-
XYZ46.0733.3696.94-
YUV160.48180.22146.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=32.86%
G=22.67%
B=44.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871292530.260.4900.01268.0696.8874.9
HexBB81FD1A310110c614b
Octal273201375326101414141113
Binary101110111000000111111101110101100010110000110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81FD; }

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

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

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

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

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

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

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

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