#B14A90

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

Shades of Mulberry #B14A90

Tints of Mulberry #B14A90

Color information

#B14A90 (or 0xB14A90) is unknown color: approx Mulberry. HEX triplet: B1, 4A and 90. RGB value is (177,74,144). Sum of RGB (Red+Green+Blue) = 177+74+144=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14A90 is #4EB56F. Grayscale: #707070. Windows color (decimal): -5158256 or 9456305. OLE color: 9456305.

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

Color convert

RGB17774144-
CMYK00.580.190.31
HSL319.22º41.04%49.22%-
HSV(B)319.22º58.19%69.41%-
XYZ25.6116.2628.17-
YUV112.78145.62173.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=44.81%
G=18.73%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777414400.580.190.31319.2241.0449.22
HexB14A9003A131F13f2931
Octal26111222007223374775161
Binary1011000110010101001000001110101001111111100111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A90; }

 p { color: rgb(177,74,144); }

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

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

 a { background-color: rgb(177,74,144); }

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

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

 span { border-color: rgb(177,74,144); }

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