#BC81FD

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

Shades of Heliotrope #BC81FD

Tints of Heliotrope #BC81FD

Color information

#BC81FD (or 0xBC81FD) is unknown color: approx Heliotrope. HEX triplet: BC, 81 and FD. RGB value is (188,129,253). Sum of RGB (Red+Green+Blue) = 188+129+253=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81FD is #437E02. Grayscale: #A0A0A0. Windows color (decimal): -4423171 or 16613820. OLE color: 16613820.

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

Color convert

RGB188129253-
CMYK0.260.4900.01
HSL268.55º96.88%74.9%-
HSV(B)268.55º49.01%99.22%-
XYZ46.3233.4896.95-
YUV160.78180.05147.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=32.98%
G=22.63%
B=44.39%

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
Decimal1881292530.260.4900.01268.5596.8874.9
HexBC81FD1A310110d614b
Octal274201375326101415141113
Binary101111001000000111111101110101100010110000110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81FD; }

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

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

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

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

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

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

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

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