#B75988

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

Shades of Mulberry #B75988

Tints of Mulberry #B75988

Color information

#B75988 (or 0xB75988) is unknown color: approx Mulberry. HEX triplet: B7, 59 and 88. RGB value is (183,89,136). Sum of RGB (Red+Green+Blue) = 183+89+136=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B75988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75988 is #48A677. Grayscale: #7A7A7A. Windows color (decimal): -4761208 or 8935863. OLE color: 8935863.

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

Color convert

RGB18389136-
CMYK00.510.260.28
HSL330º39.5%53.33%-
HSV(B)330º51.37%71.76%-
XYZ27.5418.9925.51-
YUV122.46135.64171.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=44.85%
G=21.81%
B=33.33%

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
Decimal1838913600.510.260.2833039.553.33
HexB759880331A1C14a2735
Octal26713121006332345124765
Binary1011011110110011000100001100111101011100101001010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75988; }

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

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

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

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

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

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

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

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