#B04C95

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

Shades of Mulberry #B04C95

Tints of Mulberry #B04C95

Color information

#B04C95 (or 0xB04C95) is unknown color: approx Mulberry. HEX triplet: B0, 4C and 95. RGB value is (176,76,149). Sum of RGB (Red+Green+Blue) = 176+76+149=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C95 is #4FB36A. Grayscale: #727272. Windows color (decimal): -5223275 or 9784496. OLE color: 9784496.

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

Color convert

RGB17676149-
CMYK00.570.150.31
HSL316.2º39.68%49.41%-
HSV(B)316.2º56.82%69.02%-
XYZ25.9116.5730.27-
YUV114.22147.63172.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=43.89%
G=18.95%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767614900.570.150.31316.239.6849.41
HexB04C95039F1F13c2831
Octal26011422507117374745061
Binary101100001001100100101010111001111111111100111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C95; }

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

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

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

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

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

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

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

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