#B75887

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

Shades of Mulberry #B75887

Tints of Mulberry #B75887

Color information

#B75887 (or 0xB75887) is unknown color: approx Mulberry. HEX triplet: B7, 58 and 87. RGB value is (183,88,135). Sum of RGB (Red+Green+Blue) = 183+88+135=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B75887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75887 is #48A778. Grayscale: #797979. Windows color (decimal): -4761465 or 8870071. OLE color: 8870071.

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

Color convert

RGB18388135-
CMYK00.520.260.28
HSL330.32º39.75%53.14%-
HSV(B)330.32º51.91%71.76%-
XYZ27.3918.825.11-
YUV121.76135.47171.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=45.07%
G=21.67%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838813500.520.260.28330.3239.7553.14
HexB758870341A1C14a2835
Octal26713020706432345125065
Binary1011011110110001000011101101001101011100101001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75887; }

 p { color: rgb(183,88,135); }

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

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

 a { background-color: rgb(183,88,135); }

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

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

 span { border-color: rgb(183,88,135); }

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