#B4478D

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

Shades of Mulberry #B4478D

Tints of Mulberry #B4478D

Color information

#B4478D (or 0xB4478D) is unknown color: approx Mulberry. HEX triplet: B4, 47 and 8D. RGB value is (180,71,141). Sum of RGB (Red+Green+Blue) = 180+71+141=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4478D is #4BB872. Grayscale: #6F6F6F. Windows color (decimal): -4962419 or 9258932. OLE color: 9258932.

HSL color Cylindrical-coordinate representation of color #B4478D: hue angle of 321.47º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4478D is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18071141-
CMYK00.610.220.29
HSL321.47º43.43%49.22%-
HSV(B)321.47º60.56%70.59%-
XYZ25.8816.1326.95-
YUV111.57144.61176.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 71 (28.12% from 255) = 18.11%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=45.92%
G=18.11%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807114100.610.220.29321.4743.4349.22
HexB4478D03D161D1412b31
Octal26410721507526355015361
Binary1011010010001111000110101111011011011101101000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4478D; }

 p { color: rgb(180,71,141); }

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

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

 a { background-color: rgb(180,71,141); }

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

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

 span { border-color: rgb(180,71,141); }

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