#B14894

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

Shades of Mulberry #B14894

Tints of Mulberry #B14894

Color information

#B14894 (or 0xB14894) is unknown color: approx Mulberry. HEX triplet: B1, 48 and 94. RGB value is (177,72,148). Sum of RGB (Red+Green+Blue) = 177+72+148=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B14894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14894 is #4EB76B. Grayscale: #6F6F6F. Windows color (decimal): -5158764 or 9717937. OLE color: 9717937.

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

Color convert

RGB17772148-
CMYK00.590.160.31
HSL316.57º42.17%48.82%-
HSV(B)316.57º59.32%69.41%-
XYZ25.7916.1229.77-
YUV112.06148.29174.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=44.58%
G=18.14%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777214800.590.160.31316.5742.1748.82
HexB1489403B101F13d2a31
Octal26111022407320374755261
Binary1011000110010001001010001110111000011111100111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14894; }

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

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

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

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

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

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

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

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