#B14F92

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

Shades of Mulberry #B14F92

Tints of Mulberry #B14F92

Color information

#B14F92 (or 0xB14F92) is unknown color: approx Mulberry. HEX triplet: B1, 4F and 92. RGB value is (177,79,146). Sum of RGB (Red+Green+Blue) = 177+79+146=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14F92 is #4EB06D. Grayscale: #737373. Windows color (decimal): -5156974 or 9588657. OLE color: 9588657.

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

Color convert

RGB17779146-
CMYK00.550.180.31
HSL318.98º38.58%50.2%-
HSV(B)318.98º55.37%69.41%-
XYZ26.1217.0129.1-
YUV115.94144.97171.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=44.03%
G=19.65%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777914600.550.180.31318.9838.5850.2
HexB14F92037121F13f2732
Octal26111722206722374774762
Binary1011000110011111001001001101111001011111100111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F92; }

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

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

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

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

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

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

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

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