#B15093

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

Shades of Mulberry #B15093

Tints of Mulberry #B15093

Color information

#B15093 (or 0xB15093) is unknown color: approx Mulberry. HEX triplet: B1, 50 and 93. RGB value is (177,80,147). Sum of RGB (Red+Green+Blue) = 177+80+147=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B15093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15093 is #4EAF6C. Grayscale: #747474. Windows color (decimal): -5156717 or 9654449. OLE color: 9654449.

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

Color convert

RGB17780147-
CMYK00.550.170.31
HSL318.56º38.34%50.39%-
HSV(B)318.56º54.8%69.41%-
XYZ26.2717.1929.54-
YUV116.64145.14171.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=43.81%
G=19.80%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778014700.550.170.31318.5638.3450.39
HexB15093037111F13f2632
Octal26112022306721374774662
Binary1011000110100001001001101101111000111111100111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15093; }

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

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

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

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

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

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

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

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