#B04E98

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

Shades of Mulberry #B04E98

Tints of Mulberry #B04E98

Color information

#B04E98 (or 0xB04E98) is unknown color: approx Mulberry. HEX triplet: B0, 4E and 98. RGB value is (176,78,152). Sum of RGB (Red+Green+Blue) = 176+78+152=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04E98 is #4FB167. Grayscale: #737373. Windows color (decimal): -5222760 or 9981616. OLE color: 9981616.

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

Color convert

RGB17678152-
CMYK00.560.140.31
HSL314.69º38.58%49.8%-
HSV(B)314.69º55.68%69.02%-
XYZ26.316.9531.59-
YUV115.74148.47170.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=43.35%
G=19.21%
B=37.44%

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
Decimal1767815200.560.140.31314.6938.5849.8
HexB04E98038E1F13b2732
Octal26011623007016374734762
Binary101100001001110100110000111000111011111100111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E98; }

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

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

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

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

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

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

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

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