#B55C78

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

Shades of Royal Heath #B55C78

Tints of Royal Heath #B55C78

Color information

#B55C78 (or 0xB55C78) is unknown color: approx Royal Heath. HEX triplet: B5, 5C and 78. RGB value is (181,92,120). Sum of RGB (Red+Green+Blue) = 181+92+120=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C78 is #4AA387. Grayscale: #797979. Windows color (decimal): -4891528 or 7888053. OLE color: 7888053.

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

Color convert

RGB18192120-
CMYK00.490.340.29
HSL341.12º37.55%53.53%-
HSV(B)341.12º49.17%70.98%-
XYZ26.2718.8320.02-
YUV121.8126.99170.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=46.06%
G=23.41%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819212000.490.340.29341.1237.5553.53
HexB55C78031221D1552636
Octal26513417006142355254666
Binary1011010110111001111000011000110001011101101010101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C78; }

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

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

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

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

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

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

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

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