#B75689

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

Shades of Mulberry #B75689

Tints of Mulberry #B75689

Color information

#B75689 (or 0xB75689) is unknown color: approx Mulberry. HEX triplet: B7, 56 and 89. RGB value is (183,86,137). Sum of RGB (Red+Green+Blue) = 183+86+137=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B75689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75689 is #48A976. Grayscale: #787878. Windows color (decimal): -4761975 or 9000631. OLE color: 9000631.

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

Color convert

RGB18386137-
CMYK00.530.250.28
HSL328.45º40.25%52.75%-
HSV(B)328.45º53.01%71.76%-
XYZ27.3718.5325.8-
YUV120.82137.14172.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=45.07%
G=21.18%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838613700.530.250.28328.4540.2552.75
HexB75689035191C1482835
Octal26712621106531345105065
Binary1011011110101101000100101101011100111100101001000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75689; }

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

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

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

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

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

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

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

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