#B34D92

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

Shades of Mulberry #B34D92

Tints of Mulberry #B34D92

Color information

#B34D92 (or 0xB34D92) is unknown color: approx Mulberry. HEX triplet: B3, 4D and 92. RGB value is (179,77,146). Sum of RGB (Red+Green+Blue) = 179+77+146=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34D92 is #4CB26D. Grayscale: #737373. Windows color (decimal): -5026414 or 9588147. OLE color: 9588147.

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

Color convert

RGB17977146-
CMYK00.570.180.30
HSL319.41º40.16%50.2%-
HSV(B)319.41º56.98%70.2%-
XYZ26.4316.9729.08-
YUV115.36145.29173.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=44.53%
G=19.15%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797714600.570.180.30319.4140.1650.2
HexB34D92039121E13f2832
Octal26311522207122364775062
Binary1011001110011011001001001110011001011110100111111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D92; }

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

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

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

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

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

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

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

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