#B4489E

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

Shades of Mulberry #B4489E

Tints of Mulberry #B4489E

Color information

#B4489E (or 0xB4489E) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 9E. RGB value is (180,72,158). Sum of RGB (Red+Green+Blue) = 180+72+158=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4489E is #4BB761. Grayscale: #717171. Windows color (decimal): -4962146 or 10373300. OLE color: 10373300.

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

Color convert

RGB18072158-
CMYK00.600.120.29
HSL312.22º42.86%49.41%-
HSV(B)312.22º60%70.59%-
XYZ27.3116.8134.15-
YUV114.1152.78175.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=43.90%
G=17.56%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807215800.600.120.29312.2242.8649.41
HexB4489E03CC1D1382b31
Octal26411023607414354705361
Binary101101001001000100111100111100110011101100111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4489E; }

 p { color: rgb(180,72,158); }

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

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

 a { background-color: rgb(180,72,158); }

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

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

 span { border-color: rgb(180,72,158); }

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