#B2588A

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

Shades of Mulberry #B2588A

Tints of Mulberry #B2588A

Color information

#B2588A (or 0xB2588A) is unknown color: approx Mulberry. HEX triplet: B2, 58 and 8A. RGB value is (178,88,138). Sum of RGB (Red+Green+Blue) = 178+88+138=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2588A is #4DA775. Grayscale: #787878. Windows color (decimal): -5089142 or 9066674. OLE color: 9066674.

HSL color Cylindrical-coordinate representation of color #B2588A: hue angle of 326.67º 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 #B2588A is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17888138-
CMYK00.510.220.30
HSL326.67º36.89%52.16%-
HSV(B)326.67º50.56%69.8%-
XYZ26.4418.2826.18-
YUV120.61137.82168.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=44.06%
G=21.78%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788813800.510.220.30326.6736.8952.16
HexB2588A033161E1472534
Octal26213021206326365074564
Binary1011001010110001000101001100111011011110101000111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2588A; }

 p { color: rgb(178,88,138); }

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

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

 a { background-color: rgb(178,88,138); }

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

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

 span { border-color: rgb(178,88,138); }

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