#B5487F

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

Shades of Royal Heath #B5487F

Tints of Royal Heath #B5487F

Color information

#B5487F (or 0xB5487F) is unknown color: approx Royal Heath. HEX triplet: B5, 48 and 7F. RGB value is (181,72,127). Sum of RGB (Red+Green+Blue) = 181+72+127=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5487F is #4AB780. Grayscale: #6E6E6E. Windows color (decimal): -4896641 or 8341685. OLE color: 8341685.

HSL color Cylindrical-coordinate representation of color #B5487F: hue angle of 329.72º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5487F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18172127-
CMYK00.600.300.29
HSL329.72º43.08%49.61%-
HSV(B)329.72º60.22%70.98%-
XYZ25.215.9921.84-
YUV110.86137.11178.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 127 (50% from 255) = 33.42%
R=47.63%
G=18.95%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817212700.600.300.29329.7243.0849.61
HexB5487F03C1E1D14a2b32
Octal26511017707436355125362
Binary101101011001000111111101111001111011101101001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5487F; }

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

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

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

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

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

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

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

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