#B75086

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

Shades of Mulberry #B75086

Tints of Mulberry #B75086

Color information

#B75086 (or 0xB75086) is unknown color: approx Mulberry. HEX triplet: B7, 50 and 86. RGB value is (183,80,134). Sum of RGB (Red+Green+Blue) = 183+80+134=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75086 is #48AF79. Grayscale: #747474. Windows color (decimal): -4763514 or 8802487. OLE color: 8802487.

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

Color convert

RGB18380134-
CMYK00.560.270.28
HSL328.54º41.7%51.57%-
HSV(B)328.54º56.28%71.76%-
XYZ26.717.5324.53-
YUV116.95137.62175.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=46.10%
G=20.15%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838013400.560.270.28328.5441.751.57
HexB750860381B1C1492a34
Octal26712020607033345115264
Binary1011011110100001000011001110001101111100101001001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75086; }

 p { color: rgb(183,80,134); }

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

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

 a { background-color: rgb(183,80,134); }

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

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

 span { border-color: rgb(183,80,134); }

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