#BC72FE

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

Shades of Heliotrope #BC72FE

Tints of Heliotrope #BC72FE

Color information

#BC72FE (or 0xBC72FE) is unknown color: approx Heliotrope. HEX triplet: BC, 72 and FE. RGB value is (188,114,254). Sum of RGB (Red+Green+Blue) = 188+114+254=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC72FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72FE is #438D01. Grayscale: #979797. Windows color (decimal): -4427010 or 16675516. OLE color: 16675516.

HSL color Cylindrical-coordinate representation of color #BC72FE: hue angle of 271.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC72FE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188114254-
CMYK0.260.5500.00
HSL271.71º98.59%72.16%-
HSV(B)271.71º55.12%99.61%-
XYZ44.6529.8897.18-
YUV152.09185.52153.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=33.81%
G=20.50%
B=45.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881142540.260.5500.00271.7198.5972.16
HexBC72FE1A37001106348
Octal274162376326700420143110
Binary10111100111001011111110110101101110010001000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72FE; }

 p { color: rgb(188,114,254); }

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

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

 a { background-color: rgb(188,114,254); }

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

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

 span { border-color: rgb(188,114,254); }

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