#B04B98

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

Shades of Mulberry #B04B98

Tints of Mulberry #B04B98

Color information

#B04B98 (or 0xB04B98) is unknown color: approx Mulberry. HEX triplet: B0, 4B and 98. RGB value is (176,75,152). Sum of RGB (Red+Green+Blue) = 176+75+152=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04B98 is #4FB467. Grayscale: #717171. Windows color (decimal): -5223528 or 9980848. OLE color: 9980848.

HSL color Cylindrical-coordinate representation of color #B04B98: hue angle of 314.26º 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 #B04B98 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17675152-
CMYK00.570.140.31
HSL314.26º40.24%49.22%-
HSV(B)314.26º57.39%69.02%-
XYZ26.0916.5331.52-
YUV113.98149.46172.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=43.67%
G=18.61%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767515200.570.140.31314.2640.2449.22
HexB04B98039E1F13a2831
Octal26011323007116374725061
Binary101100001001011100110000111001111011111100111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B98; }

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

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

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

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

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

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

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

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