#B54777

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

Shades of Royal Heath #B54777

Tints of Royal Heath #B54777

Color information

#B54777 (or 0xB54777) is unknown color: approx Royal Heath. HEX triplet: B5, 47 and 77. RGB value is (181,71,119). Sum of RGB (Red+Green+Blue) = 181+71+119=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54777 is #4AB888. Grayscale: #6D6D6D. Windows color (decimal): -4896905 or 7817141. OLE color: 7817141.

HSL color Cylindrical-coordinate representation of color #B54777: hue angle of 333.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54777 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18171119-
CMYK00.610.340.29
HSL333.82º43.65%49.41%-
HSV(B)333.82º60.77%70.98%-
XYZ24.6415.6619.18-
YUV109.36133.44179.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=48.79%
G=19.14%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817111900.610.340.29333.8243.6549.41
HexB5477703D221D14e2c31
Octal26510716707542355165461
Binary1011010110001111110111011110110001011101101001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54777; }

 p { color: rgb(181,71,119); }

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

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

 a { background-color: rgb(181,71,119); }

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

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

 span { border-color: rgb(181,71,119); }

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