#B34599

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

Shades of Mulberry #B34599

Tints of Mulberry #B34599

Color information

#B34599 (or 0xB34599) is unknown color: approx Mulberry. HEX triplet: B3, 45 and 99. RGB value is (179,69,153). Sum of RGB (Red+Green+Blue) = 179+69+153=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B34599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34599 is #4CBA66. Grayscale: #6F6F6F. Windows color (decimal): -5028455 or 10044851. OLE color: 10044851.

HSL color Cylindrical-coordinate representation of color #B34599: hue angle of 314.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34599 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB17969153-
CMYK00.610.150.30
HSL314.18º44.35%48.63%-
HSV(B)314.18º61.45%70.2%-
XYZ26.4716.1431.86-
YUV111.47151.44176.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=44.64%
G=17.21%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796915300.610.150.30314.1844.3548.63
HexB3459903DF1E13a2c31
Octal26310523107517364725461
Binary101100111000101100110010111101111111110100111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34599; }

 p { color: rgb(179,69,153); }

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

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

 a { background-color: rgb(179,69,153); }

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

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

 span { border-color: rgb(179,69,153); }

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