#B3569A

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

Shades of Mulberry #B3569A

Tints of Mulberry #B3569A

Color information

#B3569A (or 0xB3569A) is unknown color: approx Mulberry. HEX triplet: B3, 56 and 9A. RGB value is (179,86,154). Sum of RGB (Red+Green+Blue) = 179+86+154=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3569A is #4CA965. Grayscale: #797979. Windows color (decimal): -5024102 or 10114739. OLE color: 10114739.

HSL color Cylindrical-coordinate representation of color #B3569A: hue angle of 316.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3569A is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB17986154-
CMYK00.520.140.30
HSL316.13º37.96%51.96%-
HSV(B)316.13º51.96%70.2%-
XYZ27.7518.5732.69-
YUV121.56146.31168.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=42.72%
G=20.53%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798615400.520.140.30316.1337.9651.96
HexB3569A034E1E13c2634
Octal26312623206416364744664
Binary101100111010110100110100110100111011110100111100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3569A; }

 p { color: rgb(179,86,154); }

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

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

 a { background-color: rgb(179,86,154); }

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

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

 span { border-color: rgb(179,86,154); }

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