#B34498

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

Shades of Mulberry #B34498

Tints of Mulberry #B34498

Color information

#B34498 (or 0xB34498) is unknown color: approx Mulberry. HEX triplet: B3, 44 and 98. RGB value is (179,68,152). Sum of RGB (Red+Green+Blue) = 179+68+152=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B34498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34498 is #4CBB67. Grayscale: #6E6E6E. Windows color (decimal): -5028712 or 9979059. OLE color: 9979059.

HSL color Cylindrical-coordinate representation of color #B34498: hue angle of 314.59º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34498 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB17968152-
CMYK00.620.150.30
HSL314.59º44.94%48.43%-
HSV(B)314.59º62.01%70.2%-
XYZ26.3315.9831.4-
YUV110.76151.27176.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=44.86%
G=17.04%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796815200.620.150.30314.5944.9448.43
HexB3449803EF1E13b2d30
Octal26310423007617364735560
Binary101100111000100100110000111110111111110100111011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34498; }

 p { color: rgb(179,68,152); }

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

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

 a { background-color: rgb(179,68,152); }

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

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

 span { border-color: rgb(179,68,152); }

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