#B2598C

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

Shades of Mulberry #B2598C

Tints of Mulberry #B2598C

Color information

#B2598C (or 0xB2598C) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 8C. RGB value is (178,89,140). Sum of RGB (Red+Green+Blue) = 178+89+140=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2598C is #4DA673. Grayscale: #797979. Windows color (decimal): -5088884 or 9198002. OLE color: 9198002.

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

Color convert

RGB17889140-
CMYK00.50.210.30
HSL325.62º36.63%52.35%-
HSV(B)325.62º50%69.8%-
XYZ26.6718.526.98-
YUV121.43138.49168.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=43.73%
G=21.87%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788914000.50.210.30325.6236.6352.35
HexB2598C032151E1462534
Octal26213121406225365064564
Binary1011001010110011000110001100101010111110101000110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2598C; }

 p { color: rgb(178,89,140); }

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

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

 a { background-color: rgb(178,89,140); }

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

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

 span { border-color: rgb(178,89,140); }

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