#BC5D7C

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

Shades of Royal Heath #BC5D7C

Tints of Royal Heath #BC5D7C

Color information

#BC5D7C (or 0xBC5D7C) is unknown color: approx Royal Heath. HEX triplet: BC, 5D and 7C. RGB value is (188,93,124). Sum of RGB (Red+Green+Blue) = 188+93+124=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D7C is #43A283. Grayscale: #7C7C7C. Windows color (decimal): -4432516 or 8150460. OLE color: 8150460.

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

Color convert

RGB18893124-
CMYK00.510.340.26
HSL340.42º41.48%55.1%-
HSV(B)340.42º50.53%73.73%-
XYZ28.2919.9821.43-
YUV124.94127.47172.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=46.42%
G=22.96%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889312400.510.340.26340.4241.4855.1
HexBC5D7C033221A1542937
Octal27413517406342325245167
Binary1011110010111011111100011001110001011010101010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D7C; }

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

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

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

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

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

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

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

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