#B3478E

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

Shades of Mulberry #B3478E

Tints of Mulberry #B3478E

Color information

#B3478E (or 0xB3478E) is unknown color: approx Mulberry. HEX triplet: B3, 47 and 8E. RGB value is (179,71,142). Sum of RGB (Red+Green+Blue) = 179+71+142=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3478E is #4CB871. Grayscale: #6F6F6F. Windows color (decimal): -5027954 or 9324467. OLE color: 9324467.

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

Color convert

RGB17971142-
CMYK00.600.210.30
HSL320.56º43.2%49.02%-
HSV(B)320.56º60.34%70.2%-
XYZ25.7316.0427.33-
YUV111.39145.28176.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 71 (28.12% from 255) = 18.11%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=45.66%
G=18.11%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797114200.600.210.30320.5643.249.02
HexB3478E03C151E1412b31
Octal26310721607425365015361
Binary1011001110001111000111001111001010111110101000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3478E; }

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

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

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

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

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

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

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

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