#B14798

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

Shades of Mulberry #B14798

Tints of Mulberry #B14798

Color information

#B14798 (or 0xB14798) is unknown color: approx Mulberry. HEX triplet: B1, 47 and 98. RGB value is (177,71,152). Sum of RGB (Red+Green+Blue) = 177+71+152=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B14798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14798 is #4EB867. Grayscale: #6F6F6F. Windows color (decimal): -5159016 or 9979825. OLE color: 9979825.

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

Color convert

RGB17771152-
CMYK00.600.140.31
HSL314.15º42.74%48.63%-
HSV(B)314.15º59.89%69.41%-
XYZ26.0516.1231.44-
YUV111.93150.62174.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 71 (28.12% from 255) = 17.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=44.25%
G=17.75%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777115200.600.140.31314.1542.7448.63
HexB1479803CE1F13a2b31
Octal26110723007416374725361
Binary101100011000111100110000111100111011111100111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14798; }

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

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

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

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

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

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

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

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