#B14B97

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

Shades of Mulberry #B14B97

Tints of Mulberry #B14B97

Color information

#B14B97 (or 0xB14B97) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 97. RGB value is (177,75,151). Sum of RGB (Red+Green+Blue) = 177+75+151=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B97 is #4EB468. Grayscale: #717171. Windows color (decimal): -5157993 or 9915313. OLE color: 9915313.

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

Color convert

RGB17775151-
CMYK00.580.150.31
HSL315.29º40.48%49.41%-
HSV(B)315.29º57.63%69.41%-
XYZ26.2316.6131.1-
YUV114.16148.79172.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=43.92%
G=18.61%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777515100.580.150.31315.2940.4849.41
HexB14B9703AF1F13b2831
Octal26111322707217374735061
Binary101100011001011100101110111010111111111100111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B97; }

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

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

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

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

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

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

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

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