#B546A1

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

Shades of Mulberry #B546A1

Tints of Mulberry #B546A1

Color information

#B546A1 (or 0xB546A1) is unknown color: approx Mulberry. HEX triplet: B5, 46 and A1. RGB value is (181,70,161). Sum of RGB (Red+Green+Blue) = 181+70+161=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B546A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B546A1 is #4AB95E. Grayscale: #717171. Windows color (decimal): -4897119 or 10569397. OLE color: 10569397.

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

Color convert

RGB18170161-
CMYK00.610.110.29
HSL310.81º44.22%49.22%-
HSV(B)310.81º61.33%70.98%-
XYZ27.6816.7835.5-
YUV113.56154.77176.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 70 (27.73% from 255) = 16.99%
BLUE value IS 161 (63.28% from 255) = 39.08%
R=43.93%
G=16.99%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817016100.610.110.29310.8144.2249.22
HexB546A103DB1D1372c31
Octal26510624107513354675461
Binary101101011000110101000010111101101111101100110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B546A1; }

 p { color: rgb(181,70,161); }

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

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

 a { background-color: rgb(181,70,161); }

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

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

 span { border-color: rgb(181,70,161); }

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