#B0537F

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

Shades of Royal Heath #B0537F

Tints of Royal Heath #B0537F

Color information

#B0537F (or 0xB0537F) is unknown color: approx Royal Heath. HEX triplet: B0, 53 and 7F. RGB value is (176,83,127). Sum of RGB (Red+Green+Blue) = 176+83+127=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0537F is #4FAC80. Grayscale: #737373. Windows color (decimal): -5221505 or 8344496. OLE color: 8344496.

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

Color convert

RGB17683127-
CMYK00.530.280.31
HSL331.61º37.05%50.78%-
HSV(B)331.61º52.84%69.02%-
XYZ24.8316.9522.04-
YUV115.82134.31170.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 127 (50% from 255) = 32.90%
R=45.60%
G=21.50%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768312700.530.280.31331.6137.0550.78
HexB0537F0351C1F14c2533
Octal26012317706534375144563
Binary101100001010011111111101101011110011111101001100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0537F; }

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

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

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

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

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

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

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

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