#B35096

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

Shades of Mulberry #B35096

Tints of Mulberry #B35096

Color information

#B35096 (or 0xB35096) is unknown color: approx Mulberry. HEX triplet: B3, 50 and 96. RGB value is (179,80,150). Sum of RGB (Red+Green+Blue) = 179+80+150=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B35096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35096 is #4CAF69. Grayscale: #757575. Windows color (decimal): -5025642 or 9851059. OLE color: 9851059.

HSL color Cylindrical-coordinate representation of color #B35096: hue angle of 317.58º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35096 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17980150-
CMYK00.550.160.30
HSL317.58º39.44%50.78%-
HSV(B)317.58º55.31%70.2%-
XYZ26.9617.5230.82-
YUV117.58146.3171.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=43.77%
G=19.56%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798015000.550.160.30317.5839.4450.78
HexB35096037101E13e2733
Octal26312022606720364764763
Binary1011001110100001001011001101111000011110100111110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35096; }

 p { color: rgb(179,80,150); }

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

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

 a { background-color: rgb(179,80,150); }

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

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

 span { border-color: rgb(179,80,150); }

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