#B35E99

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

Shades of Mulberry #B35E99

Tints of Mulberry #B35E99

Color information

#B35E99 (or 0xB35E99) is unknown color: approx Mulberry. HEX triplet: B3, 5E and 99. RGB value is (179,94,153). Sum of RGB (Red+Green+Blue) = 179+94+153=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E99 is #4CA166. Grayscale: #7D7D7D. Windows color (decimal): -5022055 or 10051251. OLE color: 10051251.

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

Color convert

RGB17994153-
CMYK00.470.150.30
HSL318.35º35.86%53.53%-
HSV(B)318.35º47.49%70.2%-
XYZ28.3419.8932.48-
YUV126.14143.16165.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=42.02%
G=22.07%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799415300.470.150.30318.3535.8653.53
HexB35E9902FF1E13e2436
Octal26313623105717364764466
Binary101100111011110100110010101111111111110100111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E99; }

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

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

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

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

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

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

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

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