#B54978

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

Shades of Royal Heath #B54978

Tints of Royal Heath #B54978

Color information

#B54978 (or 0xB54978) is unknown color: approx Royal Heath. HEX triplet: B5, 49 and 78. RGB value is (181,73,120). Sum of RGB (Red+Green+Blue) = 181+73+120=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B54978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54978 is #4AB687. Grayscale: #6E6E6E. Windows color (decimal): -4896392 or 7883189. OLE color: 7883189.

HSL color Cylindrical-coordinate representation of color #B54978: hue angle of 333.89º 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 #B54978 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18173120-
CMYK00.600.340.29
HSL333.89º42.52%49.8%-
HSV(B)333.89º59.67%70.98%-
XYZ24.8315.9419.54-
YUV110.65133.28178.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=48.40%
G=19.52%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817312000.600.340.29333.8942.5249.8
HexB5497803C221D14e2b32
Octal26511117007442355165362
Binary1011010110010011111000011110010001011101101001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54978; }

 p { color: rgb(181,73,120); }

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

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

 a { background-color: rgb(181,73,120); }

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

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

 span { border-color: rgb(181,73,120); }

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