#B34F92

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

Shades of Mulberry #B34F92

Tints of Mulberry #B34F92

Color information

#B34F92 (or 0xB34F92) is unknown color: approx Mulberry. HEX triplet: B3, 4F and 92. RGB value is (179,79,146). Sum of RGB (Red+Green+Blue) = 179+79+146=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F92 is #4CB06D. Grayscale: #747474. Windows color (decimal): -5025902 or 9588659. OLE color: 9588659.

HSL color Cylindrical-coordinate representation of color #B34F92: hue angle of 319.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34F92 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17979146-
CMYK00.560.180.30
HSL319.8º39.68%50.59%-
HSV(B)319.8º55.87%70.2%-
XYZ26.5717.2529.12-
YUV116.54144.63172.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=44.31%
G=19.55%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797914600.560.180.30319.839.6850.59
HexB34F92038121E1402833
Octal26311722207022365005063
Binary1011001110011111001001001110001001011110101000000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F92; }

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

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

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

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

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

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

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

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