#BC5A7D

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

Shades of Royal Heath #BC5A7D

Tints of Royal Heath #BC5A7D

Color information

#BC5A7D (or 0xBC5A7D) is unknown color: approx Royal Heath. HEX triplet: BC, 5A and 7D. RGB value is (188,90,125). Sum of RGB (Red+Green+Blue) = 188+90+125=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A7D is #43A582. Grayscale: #7B7B7B. Windows color (decimal): -4433283 or 8215228. OLE color: 8215228.

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

Color convert

RGB18890125-
CMYK00.520.340.26
HSL338.57º42.24%54.51%-
HSV(B)338.57º52.13%73.73%-
XYZ28.119.4821.68-
YUV123.29128.97174.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=46.65%
G=22.33%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889012500.520.340.26338.5742.2454.51
HexBC5A7D034221A1532a37
Octal27413217506442325235267
Binary1011110010110101111101011010010001011010101010011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A7D; }

 p { color: rgb(188,90,125); }

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

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

 a { background-color: rgb(188,90,125); }

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

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

 span { border-color: rgb(188,90,125); }

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