#B545A0

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

Shades of Mulberry #B545A0

Tints of Mulberry #B545A0

Color information

#B545A0 (or 0xB545A0) is unknown color: approx Mulberry. HEX triplet: B5, 45 and A0. RGB value is (181,69,160). Sum of RGB (Red+Green+Blue) = 181+69+160=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B545A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B545A0 is #4ABA5F. Grayscale: #707070. Windows color (decimal): -4897376 or 10503605. OLE color: 10503605.

HSL color Cylindrical-coordinate representation of color #B545A0: hue angle of 311.25º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B545A0 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18169160-
CMYK00.620.120.29
HSL311.25º44.8%49.02%-
HSV(B)311.25º61.88%70.98%-
XYZ27.5316.6235.01-
YUV112.86154.61176.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=44.15%
G=16.83%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816916000.620.120.29311.2544.849.02
HexB545A003EC1D1372d31
Octal26510524007614354675561
Binary101101011000101101000000111110110011101100110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545A0; }

 p { color: rgb(181,69,160); }

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

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

 a { background-color: rgb(181,69,160); }

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

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

 span { border-color: rgb(181,69,160); }

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