#B04E95

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

Shades of Mulberry #B04E95

Tints of Mulberry #B04E95

Color information

#B04E95 (or 0xB04E95) is unknown color: approx Mulberry. HEX triplet: B0, 4E and 95. RGB value is (176,78,149). Sum of RGB (Red+Green+Blue) = 176+78+149=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04E95 is #4FB16A. Grayscale: #737373. Windows color (decimal): -5222763 or 9785008. OLE color: 9785008.

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

Color convert

RGB17678149-
CMYK00.560.150.31
HSL316.53º38.58%49.8%-
HSV(B)316.53º55.68%69.02%-
XYZ26.0516.8530.31-
YUV115.4146.97171.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=43.67%
G=19.35%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767814900.560.150.31316.5338.5849.8
HexB04E95038F1F13d2732
Octal26011622507017374754762
Binary101100001001110100101010111000111111111100111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E95; }

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

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

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

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

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

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

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

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