#b3568b

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

Shades of Mulberry #B3568B

Tints of Mulberry #B3568B

Color information

#B3568B (or 0xB3568B) is unknown color: approx Mulberry. HEX triplet: B3, 56 and 8B. RGB value is (179,86,139). Sum of RGB (Red+Green+Blue) = 179+86+139=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3568B is #4CA974. Grayscale: #777777. Windows color (decimal): -5024117 or 9131699. OLE color: 9131699.

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

Color convert

RGB17986139-
CMYK00.520.220.30
HSL325.81º37.96%51.96%-
HSV(B)325.81º51.96%70.2%-
XYZ26.5818.126.52-
YUV119.85138.81170.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=44.31%
G=21.29%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798613900.520.220.30325.8137.9651.96
HexB3568B034161E1462634
Octal26312621306426365064664
Binary1011001110101101000101101101001011011110101000110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3568b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3568b; }

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

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

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

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

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

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

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

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