#B75696

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

Shades of Mulberry #B75696

Tints of Mulberry #B75696

Color information

#B75696 (or 0xB75696) is unknown color: approx Mulberry. HEX triplet: B7, 56 and 96. RGB value is (183,86,150). Sum of RGB (Red+Green+Blue) = 183+86+150=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B75696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75696 is #48A969. Grayscale: #7A7A7A. Windows color (decimal): -4761962 or 9852599. OLE color: 9852599.

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

Color convert

RGB18386150-
CMYK00.530.180.28
HSL320.41º40.25%52.75%-
HSV(B)320.41º53.01%71.76%-
XYZ28.3618.9231.01-
YUV122.3143.64171.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=43.68%
G=20.53%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838615000.530.180.28320.4140.2552.75
HexB75696035121C1402835
Octal26712622606522345005065
Binary1011011110101101001011001101011001011100101000000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75696; }

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

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

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

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

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

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

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

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