#B3499B

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

Shades of Mulberry #B3499B

Tints of Mulberry #B3499B

Color information

#B3499B (or 0xB3499B) is unknown color: approx Mulberry. HEX triplet: B3, 49 and 9B. RGB value is (179,73,155). Sum of RGB (Red+Green+Blue) = 179+73+155=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3499B is #4CB664. Grayscale: #717171. Windows color (decimal): -5027429 or 10176947. OLE color: 10176947.

HSL color Cylindrical-coordinate representation of color #B3499B: hue angle of 313.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3499B is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17973155-
CMYK00.590.130.30
HSL313.58º42.06%49.41%-
HSV(B)313.58º59.22%70.2%-
XYZ26.8916.7232.82-
YUV114.04151.12174.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=43.98%
G=17.94%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797315500.590.130.30313.5842.0649.41
HexB3499B03BD1E13a2a31
Octal26311123307315364725261
Binary101100111001001100110110111011110111110100111010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3499B; }

 p { color: rgb(179,73,155); }

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

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

 a { background-color: rgb(179,73,155); }

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

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

 span { border-color: rgb(179,73,155); }

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