#BC587E

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

Shades of Royal Heath #BC587E

Tints of Royal Heath #BC587E

Color information

#BC587E (or 0xBC587E) is unknown color: approx Royal Heath. HEX triplet: BC, 58 and 7E. RGB value is (188,88,126). Sum of RGB (Red+Green+Blue) = 188+88+126=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC587E is #43A781. Grayscale: #7A7A7A. Windows color (decimal): -4433794 or 8280252. OLE color: 8280252.

HSL color Cylindrical-coordinate representation of color #BC587E: hue angle of 337.2º degrees, saturation: 0.43, 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 #BC587E is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18888126-
CMYK00.530.330.26
HSL337.2º42.74%54.12%-
HSV(B)337.2º53.19%73.73%-
XYZ27.9919.1821.96-
YUV122.23130.13174.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=46.77%
G=21.89%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888812600.530.330.26337.242.7454.12
HexBC587E035211A1512b36
Octal27413017606541325215366
Binary1011110010110001111110011010110000111010101010001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC587E; }

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

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

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

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

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

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

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

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