#B75099

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

Shades of Mulberry #B75099

Tints of Mulberry #B75099

Color information

#B75099 (or 0xB75099) is unknown color: approx Mulberry. HEX triplet: B7, 50 and 99. RGB value is (183,80,153). Sum of RGB (Red+Green+Blue) = 183+80+153=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75099 is #48AF66. Grayscale: #767676. Windows color (decimal): -4763495 or 10047671. OLE color: 10047671.

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

Color convert

RGB18380153-
CMYK00.560.160.28
HSL317.48º41.7%51.57%-
HSV(B)317.48º56.28%71.76%-
XYZ28.1518.132.15-
YUV119.12147.12173.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=43.99%
G=19.23%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838015300.560.160.28317.4841.751.57
HexB75099038101C13d2a34
Octal26712023107020344755264
Binary1011011110100001001100101110001000011100100111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75099; }

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

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

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

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

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

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

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

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