#B5508F

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

Shades of Mulberry #B5508F

Tints of Mulberry #B5508F

Color information

#B5508F (or 0xB5508F) is unknown color: approx Mulberry. HEX triplet: B5, 50 and 8F. RGB value is (181,80,143). Sum of RGB (Red+Green+Blue) = 181+80+143=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5508F is #4AAF70. Grayscale: #757575. Windows color (decimal): -4894577 or 9392309. OLE color: 9392309.

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

Color convert

RGB18180143-
CMYK00.560.210.29
HSL322.57º40.56%51.18%-
HSV(B)322.57º55.8%70.98%-
XYZ26.8817.5427.96-
YUV117.38142.46173.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=44.80%
G=19.80%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818014300.560.210.29322.5740.5651.18
HexB5508F038151D1432933
Octal26512021707025355035163
Binary1011010110100001000111101110001010111101101000011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5508F; }

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

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

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

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

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

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

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

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