#B55B7E

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

Shades of Royal Heath #B55B7E

Tints of Royal Heath #B55B7E

Color information

#B55B7E (or 0xB55B7E) is unknown color: approx Royal Heath. HEX triplet: B5, 5B and 7E. RGB value is (181,91,126). Sum of RGB (Red+Green+Blue) = 181+91+126=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B7E is #4AA481. Grayscale: #797979. Windows color (decimal): -4891778 or 8281013. OLE color: 8281013.

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

Color convert

RGB18191126-
CMYK00.500.300.29
HSL336.67º37.82%53.33%-
HSV(B)336.67º49.72%70.98%-
XYZ26.5618.8121.97-
YUV121.9130.32170.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=45.48%
G=22.86%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819112600.500.300.29336.6737.8253.33
HexB55B7E0321E1D1512635
Octal26513317606236355214665
Binary101101011011011111111001100101111011101101010001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B7E; }

 p { color: rgb(181,91,126); }

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

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

 a { background-color: rgb(181,91,126); }

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

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

 span { border-color: rgb(181,91,126); }

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