#B54980

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

Shades of Royal Heath #B54980

Tints of Royal Heath #B54980

Color information

#B54980 (or 0xB54980) is unknown color: approx Royal Heath. HEX triplet: B5, 49 and 80. RGB value is (181,73,128). Sum of RGB (Red+Green+Blue) = 181+73+128=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B54980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54980 is #4AB67F. Grayscale: #6F6F6F. Windows color (decimal): -4896384 or 8407477. OLE color: 8407477.

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

Color convert

RGB18173128-
CMYK00.600.290.29
HSL329.44º42.52%49.8%-
HSV(B)329.44º59.67%70.98%-
XYZ25.3316.1522.2-
YUV111.56137.28177.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=47.38%
G=19.11%
B=33.51%

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
Decimal1817312800.600.290.29329.4442.5249.8
HexB5498003C1D1D1492b32
Octal26511120007435355115362
Binary1011010110010011000000001111001110111101101001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54980; }

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

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

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

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

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

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

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

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