#B35A93

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

Shades of Mulberry #B35A93

Tints of Mulberry #B35A93

Color information

#B35A93 (or 0xB35A93) is unknown color: approx Mulberry. HEX triplet: B3, 5A and 93. RGB value is (179,90,147). Sum of RGB (Red+Green+Blue) = 179+90+147=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A93 is #4CA56C. Grayscale: #7A7A7A. Windows color (decimal): -5023085 or 9657011. OLE color: 9657011.

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

Color convert

RGB17990147-
CMYK00.500.180.30
HSL321.57º36.93%52.75%-
HSV(B)321.57º49.72%70.2%-
XYZ27.511929.82-
YUV123.11141.49167.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=43.03%
G=21.63%
B=35.34%

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
Decimal1799014700.500.180.30321.5736.9352.75
HexB35A93032121E1422535
Octal26313222306222365024565
Binary1011001110110101001001101100101001011110101000010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A93; }

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

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

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

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

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

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

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

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