#B74797

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

Shades of Mulberry #B74797

Tints of Mulberry #B74797

Color information

#B74797 (or 0xB74797) is unknown color: approx Mulberry. HEX triplet: B7, 47 and 97. RGB value is (183,71,151). Sum of RGB (Red+Green+Blue) = 183+71+151=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B74797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74797 is #48B868. Grayscale: #717171. Windows color (decimal): -4765801 or 9914295. OLE color: 9914295.

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

Color convert

RGB18371151-
CMYK00.610.170.28
HSL317.14º44.09%49.8%-
HSV(B)317.14º61.2%71.76%-
XYZ27.3716.8131.08-
YUV113.61149.11177.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=45.19%
G=17.53%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837115100.610.170.28317.1444.0949.8
HexB7479703D111C13d2c32
Octal26710722707521344755462
Binary1011011110001111001011101111011000111100100111101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74797; }

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

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

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

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

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

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

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

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