#B3449A

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

Shades of Mulberry #B3449A

Tints of Mulberry #B3449A

Color information

#B3449A (or 0xB3449A) is unknown color: approx Mulberry. HEX triplet: B3, 44 and 9A. RGB value is (179,68,154). Sum of RGB (Red+Green+Blue) = 179+68+154=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3449A is #4CBB65. Grayscale: #6E6E6E. Windows color (decimal): -5028710 or 10110131. OLE color: 10110131.

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

Color convert

RGB17968154-
CMYK00.620.140.30
HSL313.51º44.94%48.43%-
HSV(B)313.51º62.01%70.2%-
XYZ26.4916.0532.27-
YUV110.99152.27176.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=44.64%
G=16.96%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796815400.620.140.30313.5144.9448.43
HexB3449A03EE1E13a2d30
Octal26310423207616364725560
Binary101100111000100100110100111110111011110100111010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3449A; }

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

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

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

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

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

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

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

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