#B14E9A

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

Shades of Mulberry #B14E9A

Tints of Mulberry #B14E9A

Color information

#B14E9A (or 0xB14E9A) is unknown color: approx Mulberry. HEX triplet: B1, 4E and 9A. RGB value is (177,78,154). Sum of RGB (Red+Green+Blue) = 177+78+154=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E9A is #4EB165. Grayscale: #747474. Windows color (decimal): -5157222 or 10112689. OLE color: 10112689.

HSL color Cylindrical-coordinate representation of color #B14E9A: hue angle of 313.94º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E9A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17778154-
CMYK00.560.130.31
HSL313.94º38.82%50%-
HSV(B)313.94º55.93%69.41%-
XYZ26.6917.1332.47-
YUV116.26149.3171.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=43.28%
G=19.07%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777815400.560.130.31313.9438.8250
HexB14E9A038D1F13a2732
Octal26111623207015374724762
Binary101100011001110100110100111000110111111100111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E9A; }

 p { color: rgb(177,78,154); }

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

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

 a { background-color: rgb(177,78,154); }

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

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

 span { border-color: rgb(177,78,154); }

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