#B14B99

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

Shades of Mulberry #B14B99

Tints of Mulberry #B14B99

Color information

#B14B99 (or 0xB14B99) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 99. RGB value is (177,75,153). Sum of RGB (Red+Green+Blue) = 177+75+153=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B99 is #4EB466. Grayscale: #727272. Windows color (decimal): -5157991 or 10046385. OLE color: 10046385.

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

Color convert

RGB17775153-
CMYK00.580.140.31
HSL314.12º40.48%49.41%-
HSV(B)314.12º57.63%69.41%-
XYZ26.416.6831.97-
YUV114.39149.79172.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=43.70%
G=18.52%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777515300.580.140.31314.1240.4849.41
HexB14B9903AE1F13a2831
Octal26111323107216374725061
Binary101100011001011100110010111010111011111100111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B99; }

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

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

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

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

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

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

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

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