#B0489A

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

Shades of Mulberry #B0489A

Tints of Mulberry #B0489A

Color information

#B0489A (or 0xB0489A) is unknown color: approx Mulberry. HEX triplet: B0, 48 and 9A. RGB value is (176,72,154). Sum of RGB (Red+Green+Blue) = 176+72+154=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0489A is #4FB765. Grayscale: #707070. Windows color (decimal): -5224294 or 10111152. OLE color: 10111152.

HSL color Cylindrical-coordinate representation of color #B0489A: hue angle of 312.69º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0489A is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17672154-
CMYK00.590.120.31
HSL312.69º41.94%48.63%-
HSV(B)312.69º59.09%69.02%-
XYZ26.0516.232.33-
YUV112.44151.46173.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 72 (28.52% from 255) = 17.91%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=43.78%
G=17.91%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767215400.590.120.31312.6941.9448.63
HexB0489A03BC1F1392a31
Octal26011023207314374715261
Binary101100001001000100110100111011110011111100111001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0489A; }

 p { color: rgb(176,72,154); }

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

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

 a { background-color: rgb(176,72,154); }

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

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

 span { border-color: rgb(176,72,154); }

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