#BC557C

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

Shades of Royal Heath #BC557C

Tints of Royal Heath #BC557C

Color information

#BC557C (or 0xBC557C) is unknown color: approx Royal Heath. HEX triplet: BC, 55 and 7C. RGB value is (188,85,124). Sum of RGB (Red+Green+Blue) = 188+85+124=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC557C is #43AA83. Grayscale: #787878. Windows color (decimal): -4434564 or 8148412. OLE color: 8148412.

HSL color Cylindrical-coordinate representation of color #BC557C: hue angle of 337.28º 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 #BC557C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18885124-
CMYK00.550.340.26
HSL337.28º43.46%53.53%-
HSV(B)337.28º54.79%73.73%-
XYZ27.6318.6421.21-
YUV120.24130.12176.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=47.36%
G=21.41%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888512400.550.340.26337.2843.4653.53
HexBC557C037221A1512b36
Octal27412517406742325215366
Binary1011110010101011111100011011110001011010101010001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC557C; }

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

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

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

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

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

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

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

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