#B6549A

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

Shades of Mulberry #B6549A

Tints of Mulberry #B6549A

Color information

#B6549A (or 0xB6549A) is unknown color: approx Mulberry. HEX triplet: B6, 54 and 9A. RGB value is (182,84,154). Sum of RGB (Red+Green+Blue) = 182+84+154=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6549A is #49AB65. Grayscale: #797979. Windows color (decimal): -4828006 or 10114230. OLE color: 10114230.

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

Color convert

RGB18284154-
CMYK00.540.150.29
HSL317.14º40.16%52.16%-
HSV(B)317.14º53.85%71.37%-
XYZ28.2918.6232.67-
YUV121.28146.47171.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=43.33%
G=20%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828415400.540.150.29317.1440.1652.16
HexB6549A036F1D13d2834
Octal26612423206617354755064
Binary101101101010100100110100110110111111101100111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6549A; }

 p { color: rgb(182,84,154); }

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

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

 a { background-color: rgb(182,84,154); }

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

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

 span { border-color: rgb(182,84,154); }

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