#B95593

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

Shades of Mulberry #B95593

Tints of Mulberry #B95593

Color information

#B95593 (or 0xB95593) is unknown color: approx Mulberry. HEX triplet: B9, 55 and 93. RGB value is (185,85,147). Sum of RGB (Red+Green+Blue) = 185+85+147=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B95593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95593 is #46AA6C. Grayscale: #797979. Windows color (decimal): -4631149 or 9655737. OLE color: 9655737.

HSL color Cylindrical-coordinate representation of color #B95593: hue angle of 322.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95593 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18585147-
CMYK00.540.210.27
HSL322.8º41.67%52.94%-
HSV(B)322.8º54.05%72.55%-
XYZ28.5218.9229.75-
YUV121.97142.13172.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=44.36%
G=20.38%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858514700.540.210.27322.841.6752.94
HexB95593036151B1432a35
Octal27112522306625335035265
Binary1011100110101011001001101101101010111011101000011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95593; }

 p { color: rgb(185,85,147); }

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

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

 a { background-color: rgb(185,85,147); }

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

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

 span { border-color: rgb(185,85,147); }

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