#B4579A

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

Shades of Mulberry #B4579A

Tints of Mulberry #B4579A

Color information

#B4579A (or 0xB4579A) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 9A. RGB value is (180,87,154). Sum of RGB (Red+Green+Blue) = 180+87+154=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4579A is #4BA865. Grayscale: #7A7A7A. Windows color (decimal): -4958310 or 10114996. OLE color: 10114996.

HSL color Cylindrical-coordinate representation of color #B4579A: hue angle of 316.77º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4579A is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18087154-
CMYK00.520.140.29
HSL316.77º38.27%52.35%-
HSV(B)316.77º51.67%70.59%-
XYZ28.0618.8532.73-
YUV122.44145.81169.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=42.76%
G=20.67%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808715400.520.140.29316.7738.2752.35
HexB4579A034E1D13d2634
Octal26412723206416354754664
Binary101101001010111100110100110100111011101100111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4579A; }

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

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

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

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

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

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

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

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