#BC72FD

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

Shades of Heliotrope #BC72FD

Tints of Heliotrope #BC72FD

Color information

#BC72FD (or 0xBC72FD) is unknown color: approx Heliotrope. HEX triplet: BC, 72 and FD. RGB value is (188,114,253). Sum of RGB (Red+Green+Blue) = 188+114+253=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC72FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72FD is #438D02. Grayscale: #979797. Windows color (decimal): -4427011 or 16609980. OLE color: 16609980.

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

Color convert

RGB188114253-
CMYK0.260.5500.01
HSL271.94º97.2%71.96%-
HSV(B)271.94º54.94%99.22%-
XYZ44.4929.8296.34-
YUV151.97185.02153.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 114 (44.92% from 255) = 20.54%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=33.87%
G=20.54%
B=45.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881142530.260.5500.01271.9497.271.96
HexBC72FD1A37011106148
Octal274162375326701420141110
Binary10111100111001011111101110101101110110001000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72FD; }

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

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

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

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

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

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

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

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