#B5529E

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

Shades of Mulberry #B5529E

Tints of Mulberry #B5529E

Color information

#B5529E (or 0xB5529E) is unknown color: approx Mulberry. HEX triplet: B5, 52 and 9E. RGB value is (181,82,158). Sum of RGB (Red+Green+Blue) = 181+82+158=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5529E is #4AAD61. Grayscale: #787878. Windows color (decimal): -4894050 or 10375861. OLE color: 10375861.

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

Color convert

RGB18182158-
CMYK00.550.130.29
HSL313.94º40.08%51.57%-
HSV(B)313.94º54.7%70.98%-
XYZ28.2418.3334.4-
YUV120.26149.3171.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=42.99%
G=19.48%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818215800.550.130.29313.9440.0851.57
HexB5529E037D1D13a2834
Octal26512223606715354725064
Binary101101011010010100111100110111110111101100111010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5529E; }

 p { color: rgb(181,82,158); }

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

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

 a { background-color: rgb(181,82,158); }

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

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

 span { border-color: rgb(181,82,158); }

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