#B2518D

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

Shades of Mulberry #B2518D

Tints of Mulberry #B2518D

Color information

#B2518D (or 0xB2518D) is unknown color: approx Mulberry. HEX triplet: B2, 51 and 8D. RGB value is (178,81,141). Sum of RGB (Red+Green+Blue) = 178+81+141=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2518D is #4DAE72. Grayscale: #747474. Windows color (decimal): -5090931 or 9261490. OLE color: 9261490.

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

Color convert

RGB17881141-
CMYK00.540.210.30
HSL322.89º38.65%50.78%-
HSV(B)322.89º54.49%69.8%-
XYZ26.1117.2727.16-
YUV116.84141.64171.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=44.5%
G=20.25%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788114100.540.210.30322.8938.6550.78
HexB2518D036151E1432733
Octal26212121506625365034763
Binary1011001010100011000110101101101010111110101000011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2518D; }

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

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

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

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

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

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

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

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