#B5517F

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

Shades of Royal Heath #B5517F

Tints of Royal Heath #B5517F

Color information

#B5517F (or 0xB5517F) is unknown color: approx Royal Heath. HEX triplet: B5, 51 and 7F. RGB value is (181,81,127). Sum of RGB (Red+Green+Blue) = 181+81+127=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5517F is #4AAE80. Grayscale: #747474. Windows color (decimal): -4894337 or 8343989. OLE color: 8343989.

HSL color Cylindrical-coordinate representation of color #B5517F: hue angle of 332.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5517F is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18181127-
CMYK00.550.300.29
HSL332.4º40.32%51.37%-
HSV(B)332.4º55.25%70.98%-
XYZ25.8317.2422.05-
YUV116.14134.13174.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 127 (50% from 255) = 32.65%
R=46.53%
G=20.82%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818112700.550.300.29332.440.3251.37
HexB5517F0371E1D14c2833
Octal26512117706736355145063
Binary101101011010001111111101101111111011101101001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5517F; }

 p { color: rgb(181,81,127); }

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

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

 a { background-color: rgb(181,81,127); }

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

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

 span { border-color: rgb(181,81,127); }

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