#B2518F

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

Shades of Mulberry #B2518F

Tints of Mulberry #B2518F

Color information

#B2518F (or 0xB2518F) is unknown color: approx Mulberry. HEX triplet: B2, 51 and 8F. RGB value is (178,81,143). Sum of RGB (Red+Green+Blue) = 178+81+143=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2518F is #4DAE70. Grayscale: #747474. Windows color (decimal): -5090929 or 9392562. OLE color: 9392562.

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

Color convert

RGB17881143-
CMYK00.540.200.30
HSL321.65º38.65%50.78%-
HSV(B)321.65º54.49%69.8%-
XYZ26.2617.3327.95-
YUV117.07142.64171.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=44.28%
G=20.15%
B=35.57%

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
Decimal1788114300.540.200.30321.6538.6550.78
HexB2518F036141E1422733
Octal26212121706624365024763
Binary1011001010100011000111101101101010011110101000010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2518F; }

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

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

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

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

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

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

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

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