#B218A2

Color #B218A2 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B218A2

Tints of Medium Violet Red #B218A2

Color information

#B218A2 (or 0xB218A2) is unknown color: approx Medium Violet Red. HEX triplet: B2, 18 and A2. RGB value is (178,24,162). Sum of RGB (Red+Green+Blue) = 178+24+162=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B218A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218A2 is #4DE75D. Grayscale: #555555. Windows color (decimal): -5105502 or 10623154. OLE color: 10623154.

HSL color Cylindrical-coordinate representation of color #B218A2: hue angle of 306.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B218A2 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB17824162-
CMYK00.870.090.30
HSL306.23º76.24%39.61%-
HSV(B)306.23º86.52%69.8%-
XYZ25.2112.7335.31-
YUV85.78171.02193.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 24 (9.77% from 255) = 6.59%
BLUE value IS 162 (63.67% from 255) = 44.51%
R=48.90%
G=6.59%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782416200.870.090.30306.2376.2439.61
HexB218A205791E1324c28
Octal262302420127113646211450
Binary101100101100010100010010101111001111101001100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B218A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B218A2; }

 p { color: rgb(178,24,162); }

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

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

 a { background-color: rgb(178,24,162); }

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

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

 span { border-color: rgb(178,24,162); }

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