#B2498B

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

Shades of Mulberry #B2498B

Tints of Mulberry #B2498B

Color information

#B2498B (or 0xB2498B) is unknown color: approx Mulberry. HEX triplet: B2, 49 and 8B. RGB value is (178,73,139). Sum of RGB (Red+Green+Blue) = 178+73+139=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2498B is #4DB674. Grayscale: #6F6F6F. Windows color (decimal): -5092981 or 9128370. OLE color: 9128370.

HSL color Cylindrical-coordinate representation of color #B2498B: hue angle of 322.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2498B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17873139-
CMYK00.590.220.30
HSL322.29º41.83%49.22%-
HSV(B)322.29º58.99%69.8%-
XYZ25.416.0926.19-
YUV111.92143.29175.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=45.64%
G=18.72%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787313900.590.220.30322.2941.8349.22
HexB2498B03B161E1422a31
Octal26211121307326365025261
Binary1011001010010011000101101110111011011110101000010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2498B; }

 p { color: rgb(178,73,139); }

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

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

 a { background-color: rgb(178,73,139); }

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

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

 span { border-color: rgb(178,73,139); }

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