#B14898

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

Shades of Mulberry #B14898

Tints of Mulberry #B14898

Color information

#B14898 (or 0xB14898) is unknown color: approx Mulberry. HEX triplet: B1, 48 and 98. RGB value is (177,72,152). Sum of RGB (Red+Green+Blue) = 177+72+152=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B14898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14898 is #4EB767. Grayscale: #707070. Windows color (decimal): -5158760 or 9980081. OLE color: 9980081.

HSL color Cylindrical-coordinate representation of color #B14898: hue angle of 314.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14898 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17772152-
CMYK00.590.140.31
HSL314.29º42.17%48.82%-
HSV(B)314.29º59.32%69.41%-
XYZ26.1216.2531.47-
YUV112.51150.29174-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=44.14%
G=17.96%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777215200.590.140.31314.2942.1748.82
HexB1489803BE1F13a2a31
Octal26111023007316374725261
Binary101100011001000100110000111011111011111100111010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14898; }

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

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

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

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

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

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

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

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