#B75189

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

Shades of Mulberry #B75189

Tints of Mulberry #B75189

Color information

#B75189 (or 0xB75189) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 89. RGB value is (183,81,137). Sum of RGB (Red+Green+Blue) = 183+81+137=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B75189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75189 is #48AE76. Grayscale: #757575. Windows color (decimal): -4763255 or 8999351. OLE color: 8999351.

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

Color convert

RGB18381137-
CMYK00.560.250.28
HSL327.06º41.46%51.76%-
HSV(B)327.06º55.74%71.76%-
XYZ26.9917.7625.67-
YUV117.88138.79174.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=45.64%
G=20.20%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838113700.560.250.28327.0641.4651.76
HexB75189038191C1472934
Octal26712121107031345075164
Binary1011011110100011000100101110001100111100101000111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75189; }

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

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

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

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

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

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

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

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