#B0587D

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

Shades of Royal Heath #B0587D

Tints of Royal Heath #B0587D

Color information

#B0587D (or 0xB0587D) is unknown color: approx Royal Heath. HEX triplet: B0, 58 and 7D. RGB value is (176,88,125). Sum of RGB (Red+Green+Blue) = 176+88+125=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0587D is #4FA782. Grayscale: #767676. Windows color (decimal): -5220227 or 8214704. OLE color: 8214704.

HSL color Cylindrical-coordinate representation of color #B0587D: hue angle of 334.77º 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 #B0587D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17688125-
CMYK00.500.290.31
HSL334.77º35.77%51.76%-
HSV(B)334.77º50%69.02%-
XYZ25.117.6921.49-
YUV118.53131.65168.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=45.24%
G=22.62%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768812500.500.290.31334.7735.7751.76
HexB0587D0321D1F14f2434
Octal26013017506235375174464
Binary101100001011000111110101100101110111111101001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0587D; }

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

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

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

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

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

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

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

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