#B35D99

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

Shades of Mulberry #B35D99

Tints of Mulberry #B35D99

Color information

#B35D99 (or 0xB35D99) is unknown color: approx Mulberry. HEX triplet: B3, 5D and 99. RGB value is (179,93,153). Sum of RGB (Red+Green+Blue) = 179+93+153=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D99 is #4CA266. Grayscale: #7D7D7D. Windows color (decimal): -5022311 or 10050995. OLE color: 10050995.

HSL color Cylindrical-coordinate representation of color #B35D99: hue angle of 318.14º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35D99 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB17993153-
CMYK00.480.150.30
HSL318.14º36.13%53.33%-
HSV(B)318.14º48.04%70.2%-
XYZ28.2519.7132.45-
YUV125.55143.49166.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 153 (60.16% from 255) = 36%
R=42.12%
G=21.88%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799315300.480.150.30318.1436.1353.33
HexB35D99030F1E13e2435
Octal26313523106017364764465
Binary101100111011101100110010110000111111110100111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D99; }

 p { color: rgb(179,93,153); }

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

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

 a { background-color: rgb(179,93,153); }

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

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

 span { border-color: rgb(179,93,153); }

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