#B2518E

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

Shades of Mulberry #B2518E

Tints of Mulberry #B2518E

Color information

#B2518E (or 0xB2518E) is unknown color: approx Mulberry. HEX triplet: B2, 51 and 8E. RGB value is (178,81,142). Sum of RGB (Red+Green+Blue) = 178+81+142=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2518E is #4DAE71. Grayscale: #747474. Windows color (decimal): -5090930 or 9327026. OLE color: 9327026.

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

Color convert

RGB17881142-
CMYK00.540.200.30
HSL322.27º38.65%50.78%-
HSV(B)322.27º54.49%69.8%-
XYZ26.1917.327.55-
YUV116.96142.14171.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=44.39%
G=20.20%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788114200.540.200.30322.2738.6550.78
HexB2518E036141E1422733
Octal26212121606624365024763
Binary1011001010100011000111001101101010011110101000010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2518E; }

 p { color: rgb(178,81,142); }

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

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

 a { background-color: rgb(178,81,142); }

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

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

 span { border-color: rgb(178,81,142); }

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