#B54C78

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

Shades of Royal Heath #B54C78

Tints of Royal Heath #B54C78

Color information

#B54C78 (or 0xB54C78) is unknown color: approx Royal Heath. HEX triplet: B5, 4C and 78. RGB value is (181,76,120). Sum of RGB (Red+Green+Blue) = 181+76+120=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C78 is #4AB387. Grayscale: #707070. Windows color (decimal): -4895624 or 7883957. OLE color: 7883957.

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

Color convert

RGB18176120-
CMYK00.580.340.29
HSL334.86º41.5%50.39%-
HSV(B)334.86º58.01%70.98%-
XYZ25.0316.3519.61-
YUV112.41132.29176.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=48.01%
G=20.16%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817612000.580.340.29334.8641.550.39
HexB54C7803A221D14f2a32
Octal26511417007242355175262
Binary1011010110011001111000011101010001011101101001111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C78; }

 p { color: rgb(181,76,120); }

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

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

 a { background-color: rgb(181,76,120); }

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

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

 span { border-color: rgb(181,76,120); }

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