#B54479

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

Shades of Royal Heath #B54479

Tints of Royal Heath #B54479

Color information

#B54479 (or 0xB54479) is unknown color: approx Royal Heath. HEX triplet: B5, 44 and 79. RGB value is (181,68,121). Sum of RGB (Red+Green+Blue) = 181+68+121=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B54479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54479 is #4ABB86. Grayscale: #6B6B6B. Windows color (decimal): -4897671 or 7947445. OLE color: 7947445.

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

Color convert

RGB18168121-
CMYK00.620.330.29
HSL331.86º45.38%48.82%-
HSV(B)331.86º62.43%70.98%-
XYZ24.5715.3419.75-
YUV107.83135.44180.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=48.92%
G=18.38%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816812100.620.330.29331.8645.3848.82
HexB5447903E211D14c2d31
Octal26510417107641355145561
Binary1011010110001001111001011111010000111101101001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54479; }

 p { color: rgb(181,68,121); }

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

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

 a { background-color: rgb(181,68,121); }

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

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

 span { border-color: rgb(181,68,121); }

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