#b3449e

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

Shades of Mulberry #B3449E

Tints of Mulberry #B3449E

Color information

#B3449E (or 0xB3449E) is unknown color: approx Mulberry. HEX triplet: B3, 44 and 9E. RGB value is (179,68,158). Sum of RGB (Red+Green+Blue) = 179+68+158=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3449E is #4CBB61. Grayscale: #6F6F6F. Windows color (decimal): -5028706 or 10372275. OLE color: 10372275.

HSL color Cylindrical-coordinate representation of color #B3449E: hue angle of 311.35º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3449E is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17968158-
CMYK00.620.120.30
HSL311.35º44.94%48.43%-
HSV(B)311.35º62.01%70.2%-
XYZ26.8316.1934.06-
YUV111.45154.27176.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 68 (26.95% from 255) = 16.79%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=44.20%
G=16.79%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796815800.620.120.30311.3544.9448.43
HexB3449E03EC1E1372d30
Octal26310423607614364675560
Binary101100111000100100111100111110110011110100110111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3449e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3449e; }

 p { color: rgb(179,68,158); }

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

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

 a { background-color: rgb(179,68,158); }

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

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

 span { border-color: rgb(179,68,158); }

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