#B14983

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

Shades of Mulberry #B14983

Tints of Mulberry #B14983

Color information

#B14983 (or 0xB14983) is unknown color: approx Mulberry. HEX triplet: B1, 49 and 83. RGB value is (177,73,131). Sum of RGB (Red+Green+Blue) = 177+73+131=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B14983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14983 is #4EB67C. Grayscale: #6E6E6E. Windows color (decimal): -5158525 or 8604081. OLE color: 8604081.

HSL color Cylindrical-coordinate representation of color #B14983: hue angle of 326.54º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14983 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17773131-
CMYK00.590.260.31
HSL326.54º41.6%49.02%-
HSV(B)326.54º58.76%69.41%-
XYZ24.6115.7523.22-
YUV110.71139.46175.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=46.46%
G=19.16%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777313100.590.260.31326.5441.649.02
HexB1498303B1A1F1472a31
Octal26111120307332375075261
Binary1011000110010011000001101110111101011111101000111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14983; }

 p { color: rgb(177,73,131); }

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

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

 a { background-color: rgb(177,73,131); }

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

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

 span { border-color: rgb(177,73,131); }

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