#B55A78

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

Shades of Royal Heath #B55A78

Tints of Royal Heath #B55A78

Color information

#B55A78 (or 0xB55A78) is unknown color: approx Royal Heath. HEX triplet: B5, 5A and 78. RGB value is (181,90,120). Sum of RGB (Red+Green+Blue) = 181+90+120=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A78 is #4AA587. Grayscale: #787878. Windows color (decimal): -4892040 or 7887541. OLE color: 7887541.

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

Color convert

RGB18190120-
CMYK00.500.340.29
HSL340.22º38.08%53.14%-
HSV(B)340.22º50.28%70.98%-
XYZ26.118.4919.96-
YUV120.63127.65171.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=46.29%
G=23.02%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819012000.500.340.29340.2238.0853.14
HexB55A78032221D1542635
Octal26513217006242355244665
Binary1011010110110101111000011001010001011101101010100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A78; }

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

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

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

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

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

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

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

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