#B3568D

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

Shades of Mulberry #B3568D

Tints of Mulberry #B3568D

Color information

#B3568D (or 0xB3568D) is unknown color: approx Mulberry. HEX triplet: B3, 56 and 8D. RGB value is (179,86,141). Sum of RGB (Red+Green+Blue) = 179+86+141=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3568D is #4CA972. Grayscale: #777777. Windows color (decimal): -5024115 or 9262771. OLE color: 9262771.

HSL color Cylindrical-coordinate representation of color #B3568D: hue angle of 324.52º 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 #B3568D is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17986141-
CMYK00.520.210.30
HSL324.52º37.96%51.96%-
HSV(B)324.52º51.96%70.2%-
XYZ26.7318.1627.3-
YUV120.08139.81170.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=44.09%
G=21.18%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798614100.520.210.30324.5237.9651.96
HexB3568D034151E1452634
Octal26312621506425365054664
Binary1011001110101101000110101101001010111110101000101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3568D; }

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

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

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

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

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

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

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

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