#BC5578

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

Shades of Royal Heath #BC5578

Tints of Royal Heath #BC5578

Color information

#BC5578 (or 0xBC5578) is unknown color: approx Royal Heath. HEX triplet: BC, 55 and 78. RGB value is (188,85,120). Sum of RGB (Red+Green+Blue) = 188+85+120=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5578 is #43AA87. Grayscale: #777777. Windows color (decimal): -4434568 or 7886268. OLE color: 7886268.

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

Color convert

RGB18885120-
CMYK00.550.360.26
HSL339.61º43.46%53.53%-
HSV(B)339.61º54.79%73.73%-
XYZ27.3818.5419.91-
YUV119.79128.12176.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=47.84%
G=21.63%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888512000.550.360.26339.6143.4653.53
HexBC5578037241A1542b36
Octal27412517006744325245366
Binary1011110010101011111000011011110010011010101010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5578; }

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

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

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

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

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

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

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

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