#b04d98

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

Shades of Mulberry #B04D98

Tints of Mulberry #B04D98

Color information

#B04D98 (or 0xB04D98) is unknown color: approx Mulberry. HEX triplet: B0, 4D and 98. RGB value is (176,77,152). Sum of RGB (Red+Green+Blue) = 176+77+152=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D98 is #4FB267. Grayscale: #727272. Windows color (decimal): -5223016 or 9981360. OLE color: 9981360.

HSL color Cylindrical-coordinate representation of color #B04D98: hue angle of 314.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D98 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17677152-
CMYK00.560.140.31
HSL314.55º39.13%49.61%-
HSV(B)314.55º56.25%69.02%-
XYZ26.2316.831.57-
YUV115.15148.8171.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 152 (59.77% from 255) = 37.53%
R=43.46%
G=19.01%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767715200.560.140.31314.5539.1349.61
HexB04D98038E1F13b2732
Octal26011523007016374734762
Binary101100001001101100110000111000111011111100111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04d98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04d98; }

 p { color: rgb(176,77,152); }

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

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

 a { background-color: rgb(176,77,152); }

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

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

 span { border-color: rgb(176,77,152); }

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