#B4479A

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

Shades of Mulberry #B4479A

Tints of Mulberry #B4479A

Color information

#B4479A (or 0xB4479A) is unknown color: approx Mulberry. HEX triplet: B4, 47 and 9A. RGB value is (180,71,154). Sum of RGB (Red+Green+Blue) = 180+71+154=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4479A is #4BB865. Grayscale: #707070. Windows color (decimal): -4962406 or 10110900. OLE color: 10110900.

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

Color convert

RGB18071154-
CMYK00.610.140.29
HSL314.31º43.43%49.22%-
HSV(B)314.31º60.56%70.59%-
XYZ26.9116.5432.35-
YUV113.05151.11175.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=44.44%
G=17.53%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807115400.610.140.29314.3143.4349.22
HexB4479A03DE1D13a2b31
Octal26410723207516354725361
Binary101101001000111100110100111101111011101100111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4479A; }

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

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

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

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

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

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

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

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