#B55698

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

Shades of Mulberry #B55698

Tints of Mulberry #B55698

Color information

#B55698 (or 0xB55698) is unknown color: approx Mulberry. HEX triplet: B5, 56 and 98. RGB value is (181,86,152). Sum of RGB (Red+Green+Blue) = 181+86+152=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B55698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55698 is #4AA967. Grayscale: #797979. Windows color (decimal): -4893032 or 9983669. OLE color: 9983669.

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

Color convert

RGB18186152-
CMYK00.520.160.29
HSL318.32º39.09%52.35%-
HSV(B)318.32º52.49%70.98%-
XYZ28.0518.7531.85-
YUV121.93144.97170.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=43.20%
G=20.53%
B=36.28%

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
Decimal1818615200.520.160.29318.3239.0952.35
HexB55698034101D13e2734
Octal26512623006420354764764
Binary1011010110101101001100001101001000011101100111110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55698; }

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

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

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

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

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

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

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

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