#B14F97

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

Shades of Mulberry #B14F97

Tints of Mulberry #B14F97

Color information

#B14F97 (or 0xB14F97) is unknown color: approx Mulberry. HEX triplet: B1, 4F and 97. RGB value is (177,79,151). Sum of RGB (Red+Green+Blue) = 177+79+151=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14F97 is #4EB068. Grayscale: #747474. Windows color (decimal): -5156969 or 9916337. OLE color: 9916337.

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

Color convert

RGB17779151-
CMYK00.550.150.31
HSL315.92º38.58%50.2%-
HSV(B)315.92º55.37%69.41%-
XYZ26.5117.1731.2-
YUV116.51147.47171.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=43.49%
G=19.41%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777915100.550.150.31315.9238.5850.2
HexB14F97037F1F13c2732
Octal26111722706717374744762
Binary101100011001111100101110110111111111111100111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F97; }

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

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

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

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

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

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

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

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