#B35C99

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

Shades of Mulberry #B35C99

Tints of Mulberry #B35C99

Color information

#B35C99 (or 0xB35C99) is unknown color: approx Mulberry. HEX triplet: B3, 5C and 99. RGB value is (179,92,153). Sum of RGB (Red+Green+Blue) = 179+92+153=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35C99 is #4CA366. Grayscale: #7C7C7C. Windows color (decimal): -5022567 or 10050739. OLE color: 10050739.

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

Color convert

RGB17992153-
CMYK00.490.150.30
HSL317.93º36.4%53.14%-
HSV(B)317.93º48.6%70.2%-
XYZ28.1719.5432.42-
YUV124.97143.82166.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=42.22%
G=21.70%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799215300.490.150.30317.9336.453.14
HexB35C99031F1E13e2435
Octal26313423106117364764465
Binary101100111011100100110010110001111111110100111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C99; }

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

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

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

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

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

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

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

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