#B14B84

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

Shades of Mulberry #B14B84

Tints of Mulberry #B14B84

Color information

#B14B84 (or 0xB14B84) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 84. RGB value is (177,75,132). Sum of RGB (Red+Green+Blue) = 177+75+132=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B84 is #4EB47B. Grayscale: #6F6F6F. Windows color (decimal): -5158012 or 8670129. OLE color: 8670129.

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

Color convert

RGB17775132-
CMYK00.580.250.31
HSL326.47º40.48%49.41%-
HSV(B)326.47º57.63%69.41%-
XYZ24.8116.0523.62-
YUV112139.29174.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=46.09%
G=19.53%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777513200.580.250.31326.4740.4849.41
HexB14B8403A191F1462831
Octal26111320407231375065061
Binary1011000110010111000010001110101100111111101000110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B84; }

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

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

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

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

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

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

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

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