#B3519B

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

Shades of Mulberry #B3519B

Tints of Mulberry #B3519B

Color information

#B3519B (or 0xB3519B) is unknown color: approx Mulberry. HEX triplet: B3, 51 and 9B. RGB value is (179,81,155). Sum of RGB (Red+Green+Blue) = 179+81+155=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B3519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3519B is #4CAE64. Grayscale: #767676. Windows color (decimal): -5025381 or 10178995. OLE color: 10178995.

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

Color convert

RGB17981155-
CMYK00.550.130.30
HSL314.69º39.2%50.98%-
HSV(B)314.69º54.75%70.2%-
XYZ27.4517.8433.01-
YUV118.74148.47170.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=43.13%
G=19.52%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798115500.550.130.30314.6939.250.98
HexB3519B037D1E13b2733
Octal26312123306715364734763
Binary101100111010001100110110110111110111110100111011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3519B; }

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

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

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

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

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

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

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

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