#B0577F

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

Shades of Royal Heath #B0577F

Tints of Royal Heath #B0577F

Color information

#B0577F (or 0xB0577F) is unknown color: approx Royal Heath. HEX triplet: B0, 57 and 7F. RGB value is (176,87,127). Sum of RGB (Red+Green+Blue) = 176+87+127=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577F is #4FA880. Grayscale: #767676. Windows color (decimal): -5220481 or 8345520. OLE color: 8345520.

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

Color convert

RGB17687127-
CMYK00.510.280.31
HSL333.03º36.03%51.57%-
HSV(B)333.03º50.57%69.02%-
XYZ25.1417.5822.15-
YUV118.17132.99169.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 127 (50% from 255) = 32.56%
R=45.13%
G=22.31%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768712700.510.280.31333.0336.0351.57
HexB0577F0331C1F14d2434
Octal26012717706334375154464
Binary101100001010111111111101100111110011111101001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0577F; }

 p { color: rgb(176,87,127); }

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

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

 a { background-color: rgb(176,87,127); }

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

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

 span { border-color: rgb(176,87,127); }

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