#B4459A

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

Shades of Mulberry #B4459A

Tints of Mulberry #B4459A

Color information

#B4459A (or 0xB4459A) is unknown color: approx Mulberry. HEX triplet: B4, 45 and 9A. RGB value is (180,69,154). Sum of RGB (Red+Green+Blue) = 180+69+154=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4459A is #4BBA65. Grayscale: #6F6F6F. Windows color (decimal): -4962918 or 10110388. OLE color: 10110388.

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

Color convert

RGB18069154-
CMYK00.620.140.29
HSL314.05º44.58%48.82%-
HSV(B)314.05º61.67%70.59%-
XYZ26.7816.2932.31-
YUV111.88151.77176.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=44.67%
G=17.12%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806915400.620.140.29314.0544.5848.82
HexB4459A03EE1D13a2d31
Octal26410523207616354725561
Binary101101001000101100110100111110111011101100111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4459A; }

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

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

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

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

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

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

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

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