#BC4578

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

Shades of Royal Heath #BC4578

Tints of Royal Heath #BC4578

Color information

#BC4578 (or 0xBC4578) is unknown color: approx Royal Heath. HEX triplet: BC, 45 and 78. RGB value is (188,69,120). Sum of RGB (Red+Green+Blue) = 188+69+120=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4578 is #43BA87. Grayscale: #6E6E6E. Windows color (decimal): -4438664 or 7882172. OLE color: 7882172.

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

Color convert

RGB18869120-
CMYK00.630.360.26
HSL334.29º47.04%50.39%-
HSV(B)334.29º63.3%73.73%-
XYZ26.2616.319.53-
YUV110.4133.42183.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=49.87%
G=18.30%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886912000.630.360.26334.2947.0450.39
HexBC457803F241A14e2f32
Octal27410517007744325165762
Binary1011110010001011111000011111110010011010101001110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4578; }

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

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

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

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

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

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

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

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