#B14896

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

Shades of Mulberry #B14896

Tints of Mulberry #B14896

Color information

#B14896 (or 0xB14896) is unknown color: approx Mulberry. HEX triplet: B1, 48 and 96. RGB value is (177,72,150). Sum of RGB (Red+Green+Blue) = 177+72+150=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B14896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14896 is #4EB769. Grayscale: #707070. Windows color (decimal): -5158762 or 9849009. OLE color: 9849009.

HSL color Cylindrical-coordinate representation of color #B14896: hue angle of 315.43º 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 #B14896 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17772150-
CMYK00.590.150.31
HSL315.43º42.17%48.82%-
HSV(B)315.43º59.32%69.41%-
XYZ25.9516.1830.61-
YUV112.29149.29174.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=44.36%
G=18.05%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777215000.590.150.31315.4342.1748.82
HexB1489603BF1F13b2a31
Octal26111022607317374735261
Binary101100011001000100101100111011111111111100111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14896; }

 p { color: rgb(177,72,150); }

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

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

 a { background-color: rgb(177,72,150); }

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

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

 span { border-color: rgb(177,72,150); }

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