#B14B91

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

Shades of Mulberry #B14B91

Tints of Mulberry #B14B91

Color information

#B14B91 (or 0xB14B91) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 91. RGB value is (177,75,145). Sum of RGB (Red+Green+Blue) = 177+75+145=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B91 is #4EB46E. Grayscale: #717171. Windows color (decimal): -5157999 or 9522097. OLE color: 9522097.

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

Color convert

RGB17775145-
CMYK00.580.180.31
HSL318.82º40.48%49.41%-
HSV(B)318.82º57.63%69.41%-
XYZ25.7616.4228.6-
YUV113.48145.79173.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=44.58%
G=18.89%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777514500.580.180.31318.8240.4849.41
HexB14B9103A121F13f2831
Octal26111322107222374775061
Binary1011000110010111001000101110101001011111100111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B91; }

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

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

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

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

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

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

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

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