#B14C96

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

Shades of Mulberry #B14C96

Tints of Mulberry #B14C96

Color information

#B14C96 (or 0xB14C96) is unknown color: approx Mulberry. HEX triplet: B1, 4C and 96. RGB value is (177,76,150). Sum of RGB (Red+Green+Blue) = 177+76+150=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C96 is #4EB369. Grayscale: #727272. Windows color (decimal): -5157738 or 9850033. OLE color: 9850033.

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

Color convert

RGB17776150-
CMYK00.570.150.31
HSL316.04º39.92%49.61%-
HSV(B)316.04º57.06%69.41%-
XYZ26.2216.7230.7-
YUV114.64147.96172.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 76 (30.08% from 255) = 18.86%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=43.92%
G=18.86%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777615000.570.150.31316.0439.9249.61
HexB14C96039F1F13c2832
Octal26111422607117374745062
Binary101100011001100100101100111001111111111100111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C96; }

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

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

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

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

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

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

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

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