#B55681

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

Shades of Royal Heath #B55681

Tints of Royal Heath #B55681

Color information

#B55681 (or 0xB55681) is unknown color: approx Royal Heath. HEX triplet: B5, 56 and 81. RGB value is (181,86,129). Sum of RGB (Red+Green+Blue) = 181+86+129=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B55681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55681 is #4AA97E. Grayscale: #777777. Windows color (decimal): -4893055 or 8476341. OLE color: 8476341.

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

Color convert

RGB18186129-
CMYK00.520.290.29
HSL332.84º39.09%52.35%-
HSV(B)332.84º52.49%70.98%-
XYZ26.3518.0622.87-
YUV119.31133.47172-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=45.71%
G=21.72%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818612900.520.290.29332.8439.0952.35
HexB556810341D1D14d2734
Octal26512620106435355154764
Binary1011010110101101000000101101001110111101101001101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55681; }

 p { color: rgb(181,86,129); }

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

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

 a { background-color: rgb(181,86,129); }

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

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

 span { border-color: rgb(181,86,129); }

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