#B54881

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

Shades of Royal Heath #B54881

Tints of Royal Heath #B54881

Color information

#B54881 (or 0xB54881) is unknown color: approx Royal Heath. HEX triplet: B5, 48 and 81. RGB value is (181,72,129). Sum of RGB (Red+Green+Blue) = 181+72+129=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B54881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54881 is #4AB77E. Grayscale: #6E6E6E. Windows color (decimal): -4896639 or 8472757. OLE color: 8472757.

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

Color convert

RGB18172129-
CMYK00.600.290.29
HSL328.62º43.08%49.61%-
HSV(B)328.62º60.22%70.98%-
XYZ25.3416.0422.53-
YUV111.09138.11177.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=47.38%
G=18.85%
B=33.77%

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
Decimal1817212900.600.290.29328.6243.0849.61
HexB5488103C1D1D1492b32
Octal26511020107435355115362
Binary1011010110010001000000101111001110111101101001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54881; }

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

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

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

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

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

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

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

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