#B3489D

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

Shades of Mulberry #B3489D

Tints of Mulberry #B3489D

Color information

#B3489D (or 0xB3489D) is unknown color: approx Mulberry. HEX triplet: B3, 48 and 9D. RGB value is (179,72,157). Sum of RGB (Red+Green+Blue) = 179+72+157=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3489D is #4CB762. Grayscale: #717171. Windows color (decimal): -5027683 or 10307763. OLE color: 10307763.

HSL color Cylindrical-coordinate representation of color #B3489D: hue angle of 312.34º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3489D is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17972157-
CMYK00.600.120.30
HSL312.34º42.63%49.22%-
HSV(B)312.34º59.78%70.2%-
XYZ26.9916.6533.69-
YUV113.68152.45174.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=43.87%
G=17.65%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797215700.600.120.30312.3442.6349.22
HexB3489D03CC1E1382b31
Octal26311023507414364705361
Binary101100111001000100111010111100110011110100111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3489D; }

 p { color: rgb(179,72,157); }

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

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

 a { background-color: rgb(179,72,157); }

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

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

 span { border-color: rgb(179,72,157); }

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