#B0587C

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

Shades of Royal Heath #B0587C

Tints of Royal Heath #B0587C

Color information

#B0587C (or 0xB0587C) is unknown color: approx Royal Heath. HEX triplet: B0, 58 and 7C. RGB value is (176,88,124). Sum of RGB (Red+Green+Blue) = 176+88+124=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0587C is #4FA783. Grayscale: #767676. Windows color (decimal): -5220228 or 8149168. OLE color: 8149168.

HSL color Cylindrical-coordinate representation of color #B0587C: hue angle of 335.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0587C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17688124-
CMYK00.500.300.31
HSL335.45º35.77%51.76%-
HSV(B)335.45º50%69.02%-
XYZ25.0317.6621.16-
YUV118.42131.15169.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=45.36%
G=22.68%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768812400.500.300.31335.4535.7751.76
HexB0587C0321E1F14f2434
Octal26013017406236375174464
Binary101100001011000111110001100101111011111101001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0587C; }

 p { color: rgb(176,88,124); }

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

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

 a { background-color: rgb(176,88,124); }

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

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

 span { border-color: rgb(176,88,124); }

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