#B55798

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

Shades of Mulberry #B55798

Tints of Mulberry #B55798

Color information

#B55798 (or 0xB55798) is unknown color: approx Mulberry. HEX triplet: B5, 57 and 98. RGB value is (181,87,152). Sum of RGB (Red+Green+Blue) = 181+87+152=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B55798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55798 is #4AA867. Grayscale: #7A7A7A. Windows color (decimal): -4892776 or 9983925. OLE color: 9983925.

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

Color convert

RGB18187152-
CMYK00.520.160.29
HSL318.51º38.84%52.55%-
HSV(B)318.51º51.93%70.98%-
XYZ28.1318.9131.87-
YUV122.52144.64169.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=43.10%
G=20.71%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818715200.520.160.29318.5138.8452.55
HexB55798034101D13f2735
Octal26512723006420354774765
Binary1011010110101111001100001101001000011101100111111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55798; }

 p { color: rgb(181,87,152); }

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

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

 a { background-color: rgb(181,87,152); }

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

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

 span { border-color: rgb(181,87,152); }

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