#B55180

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

Shades of Royal Heath #B55180

Tints of Royal Heath #B55180

Color information

#B55180 (or 0xB55180) is unknown color: approx Royal Heath. HEX triplet: B5, 51 and 80. RGB value is (181,81,128). Sum of RGB (Red+Green+Blue) = 181+81+128=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B55180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55180 is #4AAE7F. Grayscale: #747474. Windows color (decimal): -4894336 or 8409525. OLE color: 8409525.

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

Color convert

RGB18181128-
CMYK00.550.290.29
HSL331.8º40.32%51.37%-
HSV(B)331.8º55.25%70.98%-
XYZ25.8917.2722.39-
YUV116.26134.63174.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=46.41%
G=20.77%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818112800.550.290.29331.840.3251.37
HexB551800371D1D14c2833
Octal26512120006735355145063
Binary1011010110100011000000001101111110111101101001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55180; }

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

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

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

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

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

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

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

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