#B14C99

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

Shades of Mulberry #B14C99

Tints of Mulberry #B14C99

Color information

#B14C99 (or 0xB14C99) is unknown color: approx Mulberry. HEX triplet: B1, 4C and 99. RGB value is (177,76,153). Sum of RGB (Red+Green+Blue) = 177+76+153=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C99 is #4EB366. Grayscale: #727272. Windows color (decimal): -5157735 or 10046641. OLE color: 10046641.

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

Color convert

RGB17776153-
CMYK00.570.140.31
HSL314.26º39.92%49.61%-
HSV(B)314.26º57.06%69.41%-
XYZ26.4716.8231.99-
YUV114.98149.46172.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=43.60%
G=18.72%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777615300.570.140.31314.2639.9249.61
HexB14C99039E1F13a2832
Octal26111423107116374725062
Binary101100011001100100110010111001111011111100111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C99; }

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

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

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

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

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

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

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

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