#BC4C78

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

Shades of Royal Heath #BC4C78

Tints of Royal Heath #BC4C78

Color information

#BC4C78 (or 0xBC4C78) is unknown color: approx Royal Heath. HEX triplet: BC, 4C and 78. RGB value is (188,76,120). Sum of RGB (Red+Green+Blue) = 188+76+120=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C78 is #43B387. Grayscale: #727272. Windows color (decimal): -4436872 or 7883964. OLE color: 7883964.

HSL color Cylindrical-coordinate representation of color #BC4C78: hue angle of 336.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C78 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18876120-
CMYK00.600.360.26
HSL336.43º45.53%51.76%-
HSV(B)336.43º59.57%73.73%-
XYZ26.7117.2219.68-
YUV114.5131.11180.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=48.96%
G=19.79%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887612000.600.360.26336.4345.5351.76
HexBC4C7803C241A1502e34
Octal27411417007444325205664
Binary1011110010011001111000011110010010011010101010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C78; }

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

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

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

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

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

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

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

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