#B35698

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

Shades of Mulberry #B35698

Tints of Mulberry #B35698

Color information

#B35698 (or 0xB35698) is unknown color: approx Mulberry. HEX triplet: B3, 56 and 98. RGB value is (179,86,152). Sum of RGB (Red+Green+Blue) = 179+86+152=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B35698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35698 is #4CA967. Grayscale: #797979. Windows color (decimal): -5024104 or 9983667. OLE color: 9983667.

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

Color convert

RGB17986152-
CMYK00.520.150.30
HSL317.42º37.96%51.96%-
HSV(B)317.42º51.96%70.2%-
XYZ27.5918.5131.82-
YUV121.33145.31169.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=42.93%
G=20.62%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798615200.520.150.30317.4237.9651.96
HexB35698034F1E13d2634
Octal26312623006417364754664
Binary101100111010110100110000110100111111110100111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35698; }

 p { color: rgb(179,86,152); }

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

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

 a { background-color: rgb(179,86,152); }

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

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

 span { border-color: rgb(179,86,152); }

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