#BC577E

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

Shades of Royal Heath #BC577E

Tints of Royal Heath #BC577E

Color information

#BC577E (or 0xBC577E) is unknown color: approx Royal Heath. HEX triplet: BC, 57 and 7E. RGB value is (188,87,126). Sum of RGB (Red+Green+Blue) = 188+87+126=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC577E is #43A881. Grayscale: #797979. Windows color (decimal): -4434050 or 8279996. OLE color: 8279996.

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

Color convert

RGB18887126-
CMYK00.540.330.26
HSL336.83º42.98%53.92%-
HSV(B)336.83º53.72%73.73%-
XYZ27.9119.0121.94-
YUV121.64130.46175.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=46.88%
G=21.70%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888712600.540.330.26336.8342.9853.92
HexBC577E036211A1512b36
Octal27412717606641325215366
Binary1011110010101111111110011011010000111010101010001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC577E; }

 p { color: rgb(188,87,126); }

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

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

 a { background-color: rgb(188,87,126); }

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

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

 span { border-color: rgb(188,87,126); }

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