#B14B8E

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

Shades of Mulberry #B14B8E

Tints of Mulberry #B14B8E

Color information

#B14B8E (or 0xB14B8E) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 8E. RGB value is (177,75,142). Sum of RGB (Red+Green+Blue) = 177+75+142=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B8E is #4EB471. Grayscale: #707070. Windows color (decimal): -5158002 or 9325489. OLE color: 9325489.

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

Color convert

RGB17775142-
CMYK00.580.200.31
HSL320.59º40.48%49.41%-
HSV(B)320.59º57.63%69.41%-
XYZ25.5316.3327.4-
YUV113.14144.29173.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=44.92%
G=19.04%
B=36.04%

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
Decimal1777514200.580.200.31320.5940.4849.41
HexB14B8E03A141F1412831
Octal26111321607224375015061
Binary1011000110010111000111001110101010011111101000001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B8E; }

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

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

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

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

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

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

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

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