#B35993

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

Shades of Mulberry #B35993

Tints of Mulberry #B35993

Color information

#B35993 (or 0xB35993) is unknown color: approx Mulberry. HEX triplet: B3, 59 and 93. RGB value is (179,89,147). Sum of RGB (Red+Green+Blue) = 179+89+147=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B35993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35993 is #4CA66C. Grayscale: #7A7A7A. Windows color (decimal): -5023341 or 9656755. OLE color: 9656755.

HSL color Cylindrical-coordinate representation of color #B35993: hue angle of 321.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35993 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17989147-
CMYK00.500.180.30
HSL321.33º37.19%52.55%-
HSV(B)321.33º50.28%70.2%-
XYZ27.4318.8429.79-
YUV122.52141.82168.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=43.13%
G=21.45%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798914700.500.180.30321.3337.1952.55
HexB35993032121E1412535
Octal26313122306222365014565
Binary1011001110110011001001101100101001011110101000001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35993; }

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

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

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

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

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

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

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

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