#B04B96

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

Shades of Mulberry #B04B96

Tints of Mulberry #B04B96

Color information

#B04B96 (or 0xB04B96) is unknown color: approx Mulberry. HEX triplet: B0, 4B and 96. RGB value is (176,75,150). Sum of RGB (Red+Green+Blue) = 176+75+150=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04B96 is #4FB469. Grayscale: #717171. Windows color (decimal): -5223530 or 9849776. OLE color: 9849776.

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

Color convert

RGB17675150-
CMYK00.570.150.31
HSL315.45º40.24%49.22%-
HSV(B)315.45º57.39%69.02%-
XYZ25.9316.4630.67-
YUV113.75148.46172.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=43.89%
G=18.70%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767515000.570.150.31315.4540.2449.22
HexB04B96039F1F13b2831
Octal26011322607117374735061
Binary101100001001011100101100111001111111111100111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B96; }

 p { color: rgb(176,75,150); }

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

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

 a { background-color: rgb(176,75,150); }

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

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

 span { border-color: rgb(176,75,150); }

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