#B14795

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

Shades of Mulberry #B14795

Tints of Mulberry #B14795

Color information

#B14795 (or 0xB14795) is unknown color: approx Mulberry. HEX triplet: B1, 47 and 95. RGB value is (177,71,149). Sum of RGB (Red+Green+Blue) = 177+71+149=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B14795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14795 is #4EB86A. Grayscale: #6F6F6F. Windows color (decimal): -5159019 or 9783217. OLE color: 9783217.

HSL color Cylindrical-coordinate representation of color #B14795: hue angle of 315.85º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14795 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17771149-
CMYK00.600.160.31
HSL315.85º42.74%48.63%-
HSV(B)315.85º59.89%69.41%-
XYZ25.8116.0230.17-
YUV111.59149.12174.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=44.58%
G=17.88%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777114900.600.160.31315.8542.7448.63
HexB1479503C101F13c2b31
Octal26110722507420374745361
Binary1011000110001111001010101111001000011111100111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14795; }

 p { color: rgb(177,71,149); }

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

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

 a { background-color: rgb(177,71,149); }

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

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

 span { border-color: rgb(177,71,149); }

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