#B4489D

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

Shades of Mulberry #B4489D

Tints of Mulberry #B4489D

Color information

#B4489D (or 0xB4489D) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 9D. RGB value is (180,72,157). Sum of RGB (Red+Green+Blue) = 180+72+157=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4489D is #4BB762. Grayscale: #717171. Windows color (decimal): -4962147 or 10307764. OLE color: 10307764.

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

Color convert

RGB18072157-
CMYK00.600.130.29
HSL312.78º42.86%49.41%-
HSV(B)312.78º60%70.59%-
XYZ27.2316.7733.7-
YUV113.98152.28175.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=44.01%
G=17.60%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807215700.600.130.29312.7842.8649.41
HexB4489D03CD1D1392b31
Octal26411023507415354715361
Binary101101001001000100111010111100110111101100111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4489D; }

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

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

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

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

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

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

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

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