#BB81FC

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

Shades of Heliotrope #BB81FC

Tints of Heliotrope #BB81FC

Color information

#BB81FC (or 0xBB81FC) is unknown color: approx Heliotrope. HEX triplet: BB, 81 and FC. RGB value is (187,129,252). Sum of RGB (Red+Green+Blue) = 187+129+252=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB81FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81FC is #447E03. Grayscale: #9F9F9F. Windows color (decimal): -4488708 or 16548283. OLE color: 16548283.

HSL color Cylindrical-coordinate representation of color #BB81FC: hue angle of 268.29º degrees, saturation: 0.95, 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 #BB81FC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187129252-
CMYK0.260.4900.01
HSL268.29º95.35%74.71%-
HSV(B)268.29º48.81%98.82%-
XYZ45.9133.2996.1-
YUV160.36179.72147-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=32.92%
G=22.71%
B=44.37%

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
Decimal1871292520.260.4900.01268.2995.3574.71
HexBB81FC1A310110c5f4b
Octal273201374326101414137113
Binary101110111000000111111100110101100010110000110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81FC; }

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

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

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

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

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

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

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

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