#B74997

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

Shades of Mulberry #B74997

Tints of Mulberry #B74997

Color information

#B74997 (or 0xB74997) is unknown color: approx Mulberry. HEX triplet: B7, 49 and 97. RGB value is (183,73,151). Sum of RGB (Red+Green+Blue) = 183+73+151=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B74997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74997 is #48B668. Grayscale: #727272. Windows color (decimal): -4765289 or 9914807. OLE color: 9914807.

HSL color Cylindrical-coordinate representation of color #B74997: hue angle of 317.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74997 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18373151-
CMYK00.600.170.28
HSL317.45º43.31%50.2%-
HSV(B)317.45º60.11%71.76%-
XYZ27.517.0731.12-
YUV114.78148.44176.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=44.96%
G=17.94%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837315100.600.170.28317.4543.3150.2
HexB7499703C111C13d2b32
Octal26711122707421344755362
Binary1011011110010011001011101111001000111100100111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74997; }

 p { color: rgb(183,73,151); }

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

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

 a { background-color: rgb(183,73,151); }

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

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

 span { border-color: rgb(183,73,151); }

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