#B75984

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

Shades of Mulberry #B75984

Tints of Mulberry #B75984

Color information

#B75984 (or 0xB75984) is unknown color: approx Mulberry. HEX triplet: B7, 59 and 84. RGB value is (183,89,132). Sum of RGB (Red+Green+Blue) = 183+89+132=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B75984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75984 is #48A67B. Grayscale: #797979. Windows color (decimal): -4761212 or 8673719. OLE color: 8673719.

HSL color Cylindrical-coordinate representation of color #B75984: hue angle of 332.55º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75984 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18389132-
CMYK00.510.280.28
HSL332.55º39.5%53.33%-
HSV(B)332.55º51.37%71.76%-
XYZ27.2718.8824.04-
YUV122.01133.64171.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=45.30%
G=22.03%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838913200.510.280.28332.5539.553.33
HexB759840331C1C14d2735
Octal26713120406334345154765
Binary1011011110110011000010001100111110011100101001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75984; }

 p { color: rgb(183,89,132); }

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

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

 a { background-color: rgb(183,89,132); }

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

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

 span { border-color: rgb(183,89,132); }

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