#B75987

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

Shades of Mulberry #B75987

Tints of Mulberry #B75987

Color information

#B75987 (or 0xB75987) is unknown color: approx Mulberry. HEX triplet: B7, 59 and 87. RGB value is (183,89,135). Sum of RGB (Red+Green+Blue) = 183+89+135=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B75987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75987 is #48A678. Grayscale: #7A7A7A. Windows color (decimal): -4761209 or 8870327. OLE color: 8870327.

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

Color convert

RGB18389135-
CMYK00.510.260.28
HSL330.64º39.5%53.33%-
HSV(B)330.64º51.37%71.76%-
XYZ27.4718.9625.13-
YUV122.35135.14171.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=44.96%
G=21.87%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838913500.510.260.28330.6439.553.33
HexB759870331A1C14b2735
Octal26713120706332345134765
Binary1011011110110011000011101100111101011100101001011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75987; }

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

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

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

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

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

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

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

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