#B74899

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

Shades of Mulberry #B74899

Tints of Mulberry #B74899

Color information

#B74899 (or 0xB74899) is unknown color: approx Mulberry. HEX triplet: B7, 48 and 99. RGB value is (183,72,153). Sum of RGB (Red+Green+Blue) = 183+72+153=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B74899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74899 is #48B766. Grayscale: #727272. Windows color (decimal): -4765543 or 10045623. OLE color: 10045623.

HSL color Cylindrical-coordinate representation of color #B74899: hue angle of 316.22º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74899 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18372153-
CMYK00.610.160.28
HSL316.22º43.53%50%-
HSV(B)316.22º60.66%71.76%-
XYZ27.61731.96-
YUV114.42149.77176.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=44.85%
G=17.65%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837215300.610.160.28316.2243.5350
HexB7489903D101C13c2c32
Octal26711023107520344745462
Binary1011011110010001001100101111011000011100100111100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74899; }

 p { color: rgb(183,72,153); }

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

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

 a { background-color: rgb(183,72,153); }

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

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

 span { border-color: rgb(183,72,153); }

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