#B75193

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

Shades of Mulberry #B75193

Tints of Mulberry #B75193

Color information

#B75193 (or 0xB75193) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 93. RGB value is (183,81,147). Sum of RGB (Red+Green+Blue) = 183+81+147=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B75193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75193 is #48AE6C. Grayscale: #767676. Windows color (decimal): -4763245 or 9654711. OLE color: 9654711.

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

Color convert

RGB18381147-
CMYK00.560.200.28
HSL321.18º41.46%51.76%-
HSV(B)321.18º55.74%71.76%-
XYZ27.7418.0629.63-
YUV119.02143.79173.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=44.53%
G=19.71%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838114700.560.200.28321.1841.4651.76
HexB75193038141C1412934
Octal26712122307024345015164
Binary1011011110100011001001101110001010011100101000001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75193; }

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

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

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

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

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

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

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

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