#B04C94

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

Shades of Mulberry #B04C94

Tints of Mulberry #B04C94

Color information

#B04C94 (or 0xB04C94) is unknown color: approx Mulberry. HEX triplet: B0, 4C and 94. RGB value is (176,76,148). Sum of RGB (Red+Green+Blue) = 176+76+148=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C94 is #4FB36B. Grayscale: #717171. Windows color (decimal): -5223276 or 9718960. OLE color: 9718960.

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

Color convert

RGB17676148-
CMYK00.570.160.31
HSL316.8º39.68%49.41%-
HSV(B)316.8º56.82%69.02%-
XYZ25.8316.5429.85-
YUV114.11147.13172.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 76 (30.08% from 255) = 19%
BLUE value IS 148 (58.20% from 255) = 37%
R=44%
G=19%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767614800.570.160.31316.839.6849.41
HexB04C94039101F13d2831
Octal26011422407120374755061
Binary1011000010011001001010001110011000011111100111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C94; }

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

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

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

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

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

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

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

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