#B75888

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

Shades of Mulberry #B75888

Tints of Mulberry #B75888

Color information

#B75888 (or 0xB75888) is unknown color: approx Mulberry. HEX triplet: B7, 58 and 88. RGB value is (183,88,136). Sum of RGB (Red+Green+Blue) = 183+88+136=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B75888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75888 is #48A777. Grayscale: #797979. Windows color (decimal): -4761464 or 8935607. OLE color: 8935607.

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

Color convert

RGB18388136-
CMYK00.520.260.28
HSL329.68º39.75%53.14%-
HSV(B)329.68º51.91%71.76%-
XYZ27.4618.8225.48-
YUV121.88135.97171.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=44.96%
G=21.62%
B=33.42%

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
Decimal1838813600.520.260.28329.6839.7553.14
HexB758880341A1C14a2835
Octal26713021006432345125065
Binary1011011110110001000100001101001101011100101001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75888; }

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

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

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

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

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

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

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

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