#B35897

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

Shades of Mulberry #B35897

Tints of Mulberry #B35897

Color information

#B35897 (or 0xB35897) is unknown color: approx Mulberry. HEX triplet: B3, 58 and 97. RGB value is (179,88,151). Sum of RGB (Red+Green+Blue) = 179+88+151=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B35897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35897 is #4CA768. Grayscale: #7A7A7A. Windows color (decimal): -5023593 or 9918643. OLE color: 9918643.

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

Color convert

RGB17988151-
CMYK00.510.160.30
HSL318.46º37.45%52.35%-
HSV(B)318.46º50.84%70.2%-
XYZ27.6718.831.45-
YUV122.39144.15168.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=42.82%
G=21.05%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798815100.510.160.30318.4637.4552.35
HexB35897033101E13e2534
Octal26313022706320364764564
Binary1011001110110001001011101100111000011110100111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35897; }

 p { color: rgb(179,88,151); }

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

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

 a { background-color: rgb(179,88,151); }

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

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

 span { border-color: rgb(179,88,151); }

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