#B75695

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

Shades of Mulberry #B75695

Tints of Mulberry #B75695

Color information

#B75695 (or 0xB75695) is unknown color: approx Mulberry. HEX triplet: B7, 56 and 95. RGB value is (183,86,149). Sum of RGB (Red+Green+Blue) = 183+86+149=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B75695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75695 is #48A96A. Grayscale: #7A7A7A. Windows color (decimal): -4761963 or 9787063. OLE color: 9787063.

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

Color convert

RGB18386149-
CMYK00.530.190.28
HSL321.03º40.25%52.75%-
HSV(B)321.03º53.01%71.76%-
XYZ28.2818.8930.59-
YUV122.18143.14171.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=43.78%
G=20.57%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838614900.530.190.28321.0340.2552.75
HexB75695035131C1412835
Octal26712622506523345015065
Binary1011011110101101001010101101011001111100101000001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75695; }

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

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

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

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

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

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

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

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