#B35393

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

Shades of Mulberry #B35393

Tints of Mulberry #B35393

Color information

#B35393 (or 0xB35393) is unknown color: approx Mulberry. HEX triplet: B3, 53 and 93. RGB value is (179,83,147). Sum of RGB (Red+Green+Blue) = 179+83+147=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B35393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35393 is #4CAC6C. Grayscale: #767676. Windows color (decimal): -5024877 or 9655219. OLE color: 9655219.

HSL color Cylindrical-coordinate representation of color #B35393: hue angle of 320º 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 #B35393 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17983147-
CMYK00.540.180.30
HSL320º38.71%51.37%-
HSV(B)320º53.63%70.2%-
XYZ26.9517.8829.63-
YUV119143.8170.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=43.77%
G=20.29%
B=35.94%

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
Decimal1798314700.540.180.3032038.7151.37
HexB35393036121E1402733
Octal26312322306622365004763
Binary1011001110100111001001101101101001011110101000000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35393; }

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

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

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

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

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

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

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

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