#B54B81

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

Shades of Royal Heath #B54B81

Tints of Royal Heath #B54B81

Color information

#B54B81 (or 0xB54B81) is unknown color: approx Royal Heath. HEX triplet: B5, 4B and 81. RGB value is (181,75,129). Sum of RGB (Red+Green+Blue) = 181+75+129=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B81 is #4AB47E. Grayscale: #707070. Windows color (decimal): -4895871 or 8473525. OLE color: 8473525.

HSL color Cylindrical-coordinate representation of color #B54B81: hue angle of 329.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54B81 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18175129-
CMYK00.590.290.29
HSL329.43º41.73%50.2%-
HSV(B)329.43º58.56%70.98%-
XYZ25.5316.4422.6-
YUV112.85137.12176.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=47.01%
G=19.48%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817512900.590.290.29329.4341.7350.2
HexB54B8103B1D1D1492a32
Octal26511320107335355115262
Binary1011010110010111000000101110111110111101101001001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B81; }

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

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

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

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

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

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

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

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