#B14B83

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

Shades of Mulberry #B14B83

Tints of Mulberry #B14B83

Color information

#B14B83 (or 0xB14B83) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 83. RGB value is (177,75,131). Sum of RGB (Red+Green+Blue) = 177+75+131=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B83 is #4EB47C. Grayscale: #6F6F6F. Windows color (decimal): -5158013 or 8604593. OLE color: 8604593.

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

Color convert

RGB17775131-
CMYK00.580.260.31
HSL327.06º40.48%49.41%-
HSV(B)327.06º57.63%69.41%-
XYZ24.7416.0223.26-
YUV111.88138.79174.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=46.21%
G=19.58%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777513100.580.260.31327.0640.4849.41
HexB14B8303A1A1F1472831
Octal26111320307232375075061
Binary1011000110010111000001101110101101011111101000111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B83; }

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

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

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

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

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

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

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

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