#B211A0

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

Shades of Medium Violet Red #B211A0

Tints of Medium Violet Red #B211A0

Color information

#B211A0 (or 0xB211A0) is unknown color: approx Medium Violet Red. HEX triplet: B2, 11 and A0. RGB value is (178,17,160). Sum of RGB (Red+Green+Blue) = 178+17+160=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B211A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B211A0 is #4DEE5F. Grayscale: #515151. Windows color (decimal): -5107296 or 10490290. OLE color: 10490290.

HSL color Cylindrical-coordinate representation of color #B211A0: hue angle of 306.71º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B211A0 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17817160-
CMYK00.900.100.30
HSL306.71º82.56%38.24%-
HSV(B)306.71º90.45%69.8%-
XYZ24.9112.434.34-
YUV81.44172.34196.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 17 (7.03% from 255) = 4.79%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=50.14%
G=4.79%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781716000.900.100.30306.7182.5638.24
HexB211A005AA1E1335326
Octal262212400132123646312346
Binary101100101000110100000010110101010111101001100111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B211A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B211A0; }

 p { color: rgb(178,17,160); }

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

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

 a { background-color: rgb(178,17,160); }

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

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

 span { border-color: rgb(178,17,160); }

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