#B35293

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

Shades of Mulberry #B35293

Tints of Mulberry #B35293

Color information

#B35293 (or 0xB35293) is unknown color: approx Mulberry. HEX triplet: B3, 52 and 93. RGB value is (179,82,147). Sum of RGB (Red+Green+Blue) = 179+82+147=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B35293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35293 is #4CAD6C. Grayscale: #767676. Windows color (decimal): -5025133 or 9654963. OLE color: 9654963.

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

Color convert

RGB17982147-
CMYK00.540.180.30
HSL319.79º38.96%51.18%-
HSV(B)319.79º54.19%70.2%-
XYZ26.8717.7229.61-
YUV118.41144.14171.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 82 (32.42% from 255) = 20.10%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=43.87%
G=20.10%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798214700.540.180.30319.7938.9651.18
HexB35293036121E1402733
Octal26312222306622365004763
Binary1011001110100101001001101101101001011110101000000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35293; }

 p { color: rgb(179,82,147); }

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

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

 a { background-color: rgb(179,82,147); }

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

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

 span { border-color: rgb(179,82,147); }

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