#B34F89

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

Shades of Mulberry #B34F89

Tints of Mulberry #B34F89

Color information

#B34F89 (or 0xB34F89) is unknown color: approx Mulberry. HEX triplet: B3, 4F and 89. RGB value is (179,79,137). Sum of RGB (Red+Green+Blue) = 179+79+137=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F89 is #4CB076. Grayscale: #737373. Windows color (decimal): -5025911 or 8998835. OLE color: 8998835.

HSL color Cylindrical-coordinate representation of color #B34F89: hue angle of 325.2º 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 #B34F89 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB17979137-
CMYK00.560.230.30
HSL325.2º39.68%50.59%-
HSV(B)325.2º55.87%70.2%-
XYZ25.916.9825.58-
YUV115.51140.13173.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 79 (31.25% from 255) = 20%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=45.32%
G=20%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797913700.560.230.30325.239.6850.59
HexB34F89038171E1452833
Octal26311721107027365055063
Binary1011001110011111000100101110001011111110101000101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F89; }

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

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

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

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

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

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

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

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