#B3488A

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

Shades of Mulberry #B3488A

Tints of Mulberry #B3488A

Color information

#B3488A (or 0xB3488A) is unknown color: approx Mulberry. HEX triplet: B3, 48 and 8A. RGB value is (179,72,138). Sum of RGB (Red+Green+Blue) = 179+72+138=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3488A is #4CB775. Grayscale: #6F6F6F. Windows color (decimal): -5027702 or 9062579. OLE color: 9062579.

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

Color convert

RGB17972138-
CMYK00.600.230.30
HSL322.99º42.63%49.22%-
HSV(B)322.99º59.78%70.2%-
XYZ25.516.0525.8-
YUV111.52142.95176.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 72 (28.52% from 255) = 18.51%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=46.02%
G=18.51%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797213800.600.230.30322.9942.6349.22
HexB3488A03C171E1432b31
Octal26311021207427365035361
Binary1011001110010001000101001111001011111110101000011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3488A; }

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

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

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

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

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

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

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

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