#B75199

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

Shades of Mulberry #B75199

Tints of Mulberry #B75199

Color information

#B75199 (or 0xB75199) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 99. RGB value is (183,81,153). Sum of RGB (Red+Green+Blue) = 183+81+153=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B75199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75199 is #48AE66. Grayscale: #777777. Windows color (decimal): -4763239 or 10047927. OLE color: 10047927.

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

Color convert

RGB18381153-
CMYK00.560.160.28
HSL317.65º41.46%51.76%-
HSV(B)317.65º55.74%71.76%-
XYZ28.2218.2532.17-
YUV119.71146.79173.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=43.88%
G=19.42%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838115300.560.160.28317.6541.4651.76
HexB75199038101C13e2934
Octal26712123107020344765164
Binary1011011110100011001100101110001000011100100111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75199; }

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

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

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

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

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

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

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

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