#B54981

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

Shades of Royal Heath #B54981

Tints of Royal Heath #B54981

Color information

#B54981 (or 0xB54981) is unknown color: approx Royal Heath. HEX triplet: B5, 49 and 81. RGB value is (181,73,129). Sum of RGB (Red+Green+Blue) = 181+73+129=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54981 is #4AB67E. Grayscale: #6F6F6F. Windows color (decimal): -4896383 or 8473013. OLE color: 8473013.

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

Color convert

RGB18173129-
CMYK00.600.290.29
HSL328.89º42.52%49.8%-
HSV(B)328.89º59.67%70.98%-
XYZ25.416.1722.55-
YUV111.68137.78177.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=47.26%
G=19.06%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817312900.600.290.29328.8942.5249.8
HexB5498103C1D1D1492b32
Octal26511120107435355115362
Binary1011010110010011000000101111001110111101101001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54981; }

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

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

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

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

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

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

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

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