#B3478A

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

Shades of Mulberry #B3478A

Tints of Mulberry #B3478A

Color information

#B3478A (or 0xB3478A) is unknown color: approx Mulberry. HEX triplet: B3, 47 and 8A. RGB value is (179,71,138). Sum of RGB (Red+Green+Blue) = 179+71+138=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3478A is #4CB875. Grayscale: #6E6E6E. Windows color (decimal): -5027958 or 9062323. OLE color: 9062323.

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

Color convert

RGB17971138-
CMYK00.600.230.30
HSL322.78º43.2%49.02%-
HSV(B)322.78º60.34%70.2%-
XYZ25.4315.9325.78-
YUV110.93143.28176.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 71 (28.12% from 255) = 18.30%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=46.13%
G=18.30%
B=35.57%

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
Decimal1797113800.600.230.30322.7843.249.02
HexB3478A03C171E1432b31
Octal26310721207427365035361
Binary1011001110001111000101001111001011111110101000011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3478A; }

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

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

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

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

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

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

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

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