#BC81FC

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

Shades of Heliotrope #BC81FC

Tints of Heliotrope #BC81FC

Color information

#BC81FC (or 0xBC81FC) is unknown color: approx Heliotrope. HEX triplet: BC, 81 and FC. RGB value is (188,129,252). Sum of RGB (Red+Green+Blue) = 188+129+252=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC81FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81FC is #437E03. Grayscale: #A0A0A0. Windows color (decimal): -4423172 or 16548284. OLE color: 16548284.

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

Color convert

RGB188129252-
CMYK0.250.4900.01
HSL268.78º95.35%74.71%-
HSV(B)268.78º48.81%98.82%-
XYZ46.1633.4296.11-
YUV160.66179.55147.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=33.04%
G=22.67%
B=44.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881292520.250.4900.01268.7895.3574.71
HexBC81FC19310110d5f4b
Octal274201374316101415137113
Binary101111001000000111111100110011100010110000110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81FC; }

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

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

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

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

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

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

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

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