#B15393

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

Shades of Mulberry #B15393

Tints of Mulberry #B15393

Color information

#B15393 (or 0xB15393) is unknown color: approx Mulberry. HEX triplet: B1, 53 and 93. RGB value is (177,83,147). Sum of RGB (Red+Green+Blue) = 177+83+147=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B15393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15393 is #4EAC6C. Grayscale: #767676. Windows color (decimal): -5155949 or 9655217. OLE color: 9655217.

HSL color Cylindrical-coordinate representation of color #B15393: hue angle of 319.15º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15393 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17783147-
CMYK00.530.170.31
HSL319.15º37.6%50.98%-
HSV(B)319.15º53.11%69.41%-
XYZ26.4917.6429.61-
YUV118.4144.14169.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=43.49%
G=20.39%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778314700.530.170.31319.1537.650.98
HexB15393035111F13f2633
Octal26112322306521374774663
Binary1011000110100111001001101101011000111111100111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15393; }

 p { color: rgb(177,83,147); }

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

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

 a { background-color: rgb(177,83,147); }

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

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

 span { border-color: rgb(177,83,147); }

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