#B220AA

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

Shades of Medium Violet Red #B220AA

Tints of Medium Violet Red #B220AA

Color information

#B220AA (or 0xB220AA) is unknown color: approx Medium Violet Red. HEX triplet: B2, 20 and AA. RGB value is (178,32,170). Sum of RGB (Red+Green+Blue) = 178+32+170=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B220AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220AA is #4DDF55. Grayscale: #5A5A5A. Windows color (decimal): -5103446 or 11149490. OLE color: 11149490.

HSL color Cylindrical-coordinate representation of color #B220AA: hue angle of 303.29º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B220AA is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17832170-
CMYK00.820.040.30
HSL303.29º69.52%41.18%-
HSV(B)303.29º82.02%69.8%-
XYZ26.1313.439.24-
YUV91.39172.37189.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 32 (12.89% from 255) = 8.42%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=46.84%
G=8.42%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783217000.820.040.30303.2969.5241.18
HexB220AA05241E12f4629
Octal26240252012243645710651
Binary101100101000001010101001010010100111101001011111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B220AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B220AA; }

 p { color: rgb(178,32,170); }

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

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

 a { background-color: rgb(178,32,170); }

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

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

 span { border-color: rgb(178,32,170); }

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