#B75389

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

Shades of Mulberry #B75389

Tints of Mulberry #B75389

Color information

#B75389 (or 0xB75389) is unknown color: approx Mulberry. HEX triplet: B7, 53 and 89. RGB value is (183,83,137). Sum of RGB (Red+Green+Blue) = 183+83+137=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75389 is #48AC76. Grayscale: #767676. Windows color (decimal): -4762743 or 8999863. OLE color: 8999863.

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

Color convert

RGB18383137-
CMYK00.550.250.28
HSL327.6º40.98%52.16%-
HSV(B)327.6º54.64%71.76%-
XYZ27.1418.0625.72-
YUV119.06138.13173.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=45.41%
G=20.60%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838313700.550.250.28327.640.9852.16
HexB75389037191C1482934
Octal26712321106731345105164
Binary1011011110100111000100101101111100111100101001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75389; }

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

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

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

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

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

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

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

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