#B14A8E

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

Shades of Mulberry #B14A8E

Tints of Mulberry #B14A8E

Color information

#B14A8E (or 0xB14A8E) is unknown color: approx Mulberry. HEX triplet: B1, 4A and 8E. RGB value is (177,74,142). Sum of RGB (Red+Green+Blue) = 177+74+142=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14A8E is #4EB571. Grayscale: #707070. Windows color (decimal): -5158258 or 9325233. OLE color: 9325233.

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

Color convert

RGB17774142-
CMYK00.580.200.31
HSL320.39º41.04%49.22%-
HSV(B)320.39º58.19%69.41%-
XYZ25.4616.227.38-
YUV112.55144.62173.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=45.04%
G=18.83%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777414200.580.200.31320.3941.0449.22
HexB14A8E03A141F1402931
Octal26111221607224375005161
Binary1011000110010101000111001110101010011111101000000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A8E; }

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

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

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

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

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

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

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

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