#BC597C

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

Shades of Royal Heath #BC597C

Tints of Royal Heath #BC597C

Color information

#BC597C (or 0xBC597C) is unknown color: approx Royal Heath. HEX triplet: BC, 59 and 7C. RGB value is (188,89,124). Sum of RGB (Red+Green+Blue) = 188+89+124=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC597C is #43A683. Grayscale: #7A7A7A. Windows color (decimal): -4433540 or 8149436. OLE color: 8149436.

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

Color convert

RGB18889124-
CMYK00.530.340.26
HSL338.79º42.49%54.31%-
HSV(B)338.79º52.66%73.73%-
XYZ27.9519.2921.32-
YUV122.59128.8174.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=46.88%
G=22.19%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888912400.530.340.26338.7942.4954.31
HexBC597C035221A1532a36
Octal27413117406542325235266
Binary1011110010110011111100011010110001011010101010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC597C; }

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

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

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

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

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

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

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

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