#b04e94

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

Shades of Mulberry #B04E94

Tints of Mulberry #B04E94

Color information

#B04E94 (or 0xB04E94) is unknown color: approx Mulberry. HEX triplet: B0, 4E and 94. RGB value is (176,78,148). Sum of RGB (Red+Green+Blue) = 176+78+148=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04E94 is #4FB16B. Grayscale: #737373. Windows color (decimal): -5222764 or 9719472. OLE color: 9719472.

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

Color convert

RGB17678148-
CMYK00.560.160.31
HSL317.14º38.58%49.8%-
HSV(B)317.14º55.68%69.02%-
XYZ25.9716.8229.89-
YUV115.28146.47171.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=43.78%
G=19.40%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767814800.560.160.31317.1438.5849.8
HexB04E94038101F13d2732
Octal26011622407020374754762
Binary1011000010011101001010001110001000011111100111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04e94; }

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

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

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

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

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

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

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

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