#B6579A

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

Shades of Mulberry #B6579A

Tints of Mulberry #B6579A

Color information

#B6579A (or 0xB6579A) is unknown color: approx Mulberry. HEX triplet: B6, 57 and 9A. RGB value is (182,87,154). Sum of RGB (Red+Green+Blue) = 182+87+154=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6579A is #49A865. Grayscale: #7A7A7A. Windows color (decimal): -4827238 or 10114998. OLE color: 10114998.

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

Color convert

RGB18287154-
CMYK00.520.150.29
HSL317.68º39.42%52.75%-
HSV(B)317.68º52.2%71.37%-
XYZ28.5319.0932.75-
YUV123.04145.47170.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=43.03%
G=20.57%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828715400.520.150.29317.6839.4252.75
HexB6579A034F1D13e2735
Octal26612723206417354764765
Binary101101101010111100110100110100111111101100111110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6579A; }

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

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

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

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

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

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

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

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