#B4478F

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

Shades of Mulberry #B4478F

Tints of Mulberry #B4478F

Color information

#B4478F (or 0xB4478F) is unknown color: approx Mulberry. HEX triplet: B4, 47 and 8F. RGB value is (180,71,143). Sum of RGB (Red+Green+Blue) = 180+71+143=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4478F is #4BB870. Grayscale: #6F6F6F. Windows color (decimal): -4962417 or 9390004. OLE color: 9390004.

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

Color convert

RGB18071143-
CMYK00.610.210.29
HSL320.37º43.43%49.22%-
HSV(B)320.37º60.56%70.59%-
XYZ26.0316.1927.74-
YUV111.8145.61176.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 71 (28.12% from 255) = 18.02%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=45.69%
G=18.02%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807114300.610.210.29320.3743.4349.22
HexB4478F03D151D1402b31
Octal26410721707525355005361
Binary1011010010001111000111101111011010111101101000000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4478F; }

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

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

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

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

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

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

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

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