#B14D8F

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

Shades of Mulberry #B14D8F

Tints of Mulberry #B14D8F

Color information

#B14D8F (or 0xB14D8F) is unknown color: approx Mulberry. HEX triplet: B1, 4D and 8F. RGB value is (177,77,143). Sum of RGB (Red+Green+Blue) = 177+77+143=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D8F is #4EB270. Grayscale: #727272. Windows color (decimal): -5157489 or 9391537. OLE color: 9391537.

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

Color convert

RGB17777143-
CMYK00.560.190.31
HSL320.4º39.37%49.8%-
HSV(B)320.4º56.5%69.41%-
XYZ25.7416.6427.84-
YUV114.42144.13172.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=44.58%
G=19.40%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777714300.560.190.31320.439.3749.8
HexB14D8F038131F1402732
Octal26111521707023375004762
Binary1011000110011011000111101110001001111111101000000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D8F; }

 p { color: rgb(177,77,143); }

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

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

 a { background-color: rgb(177,77,143); }

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

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

 span { border-color: rgb(177,77,143); }

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