#B75699

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

Shades of Mulberry #B75699

Tints of Mulberry #B75699

Color information

#B75699 (or 0xB75699) is unknown color: approx Mulberry. HEX triplet: B7, 56 and 99. RGB value is (183,86,153). Sum of RGB (Red+Green+Blue) = 183+86+153=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B75699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75699 is #48A966. Grayscale: #7A7A7A. Windows color (decimal): -4761959 or 10049207. OLE color: 10049207.

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

Color convert

RGB18386153-
CMYK00.530.160.28
HSL318.56º40.25%52.75%-
HSV(B)318.56º53.01%71.76%-
XYZ28.6119.0232.3-
YUV122.64145.14171.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=43.36%
G=20.38%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838615300.530.160.28318.5640.2552.75
HexB75699035101C13f2835
Octal26712623106520344775065
Binary1011011110101101001100101101011000011100100111111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75699; }

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

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

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

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

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

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

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

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