#B5508A

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

Shades of Mulberry #B5508A

Tints of Mulberry #B5508A

Color information

#B5508A (or 0xB5508A) is unknown color: approx Mulberry. HEX triplet: B5, 50 and 8A. RGB value is (181,80,138). Sum of RGB (Red+Green+Blue) = 181+80+138=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5508A is #4AAF75. Grayscale: #747474. Windows color (decimal): -4894582 or 9064629. OLE color: 9064629.

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

Color convert

RGB18180138-
CMYK00.560.240.29
HSL325.54º40.56%51.18%-
HSV(B)325.54º55.8%70.98%-
XYZ26.5117.426.01-
YUV116.81139.96173.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 80 (31.64% from 255) = 20.05%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=45.36%
G=20.05%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818013800.560.240.29325.5440.5651.18
HexB5508A038181D1462933
Octal26512021207030355065163
Binary1011010110100001000101001110001100011101101000110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5508A; }

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

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

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

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

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

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

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

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