#B55880

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

Shades of Royal Heath #B55880

Tints of Royal Heath #B55880

Color information

#B55880 (or 0xB55880) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 80. RGB value is (181,88,128). Sum of RGB (Red+Green+Blue) = 181+88+128=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B55880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55880 is #4AA77F. Grayscale: #787878. Windows color (decimal): -4892544 or 8411317. OLE color: 8411317.

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

Color convert

RGB18188128-
CMYK00.510.290.29
HSL334.19º38.59%52.75%-
HSV(B)334.19º51.38%70.98%-
XYZ26.4418.3622.57-
YUV120.37132.31171.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=45.59%
G=22.17%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818812800.510.290.29334.1938.5952.75
HexB558800331D1D14e2735
Octal26513020006335355164765
Binary1011010110110001000000001100111110111101101001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55880; }

 p { color: rgb(181,88,128); }

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

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

 a { background-color: rgb(181,88,128); }

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

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

 span { border-color: rgb(181,88,128); }

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