#B55099

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

Shades of Mulberry #B55099

Tints of Mulberry #B55099

Color information

#B55099 (or 0xB55099) is unknown color: approx Mulberry. HEX triplet: B5, 50 and 99. RGB value is (181,80,153). Sum of RGB (Red+Green+Blue) = 181+80+153=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55099 is #4AAF66. Grayscale: #767676. Windows color (decimal): -4894567 or 10047669. OLE color: 10047669.

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

Color convert

RGB18180153-
CMYK00.560.150.29
HSL316.63º40.56%51.18%-
HSV(B)316.63º55.8%70.98%-
XYZ27.6717.8632.13-
YUV118.52147.46172.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=43.72%
G=19.32%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818015300.560.150.29316.6340.5651.18
HexB55099038F1D13d2933
Octal26512023107017354755163
Binary101101011010000100110010111000111111101100111101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55099; }

 p { color: rgb(181,80,153); }

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

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

 a { background-color: rgb(181,80,153); }

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

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

 span { border-color: rgb(181,80,153); }

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