#BC3F78

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

Shades of Royal Heath #BC3F78

Tints of Royal Heath #BC3F78

Color information

#BC3F78 (or 0xBC3F78) is unknown color: approx Royal Heath. HEX triplet: BC, 3F and 78. RGB value is (188,63,120). Sum of RGB (Red+Green+Blue) = 188+63+120=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F78 is #43C087. Grayscale: #6A6A6A. Windows color (decimal): -4440200 or 7880636. OLE color: 7880636.

HSL color Cylindrical-coordinate representation of color #BC3F78: hue angle of 332.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F78 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18863120-
CMYK00.660.360.26
HSL332.64º49.8%49.22%-
HSV(B)332.64º66.49%73.73%-
XYZ25.9115.619.42-
YUV106.87135.41185.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=50.67%
G=16.98%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886312000.660.360.26332.6449.849.22
HexBC3F78042241A14d3231
Octal27477170010244325156261
Binary1011110011111111110000100001010010011010101001101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3F78; }

 p { color: rgb(188,63,120); }

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

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

 a { background-color: rgb(188,63,120); }

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

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

 span { border-color: rgb(188,63,120); }

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