#B220A2

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

Shades of Medium Red Violet #B220A2

Tints of Medium Red Violet #B220A2

Color information

#B220A2 (or 0xB220A2) is unknown color: approx Medium Red Violet. HEX triplet: B2, 20 and A2. RGB value is (178,32,162). Sum of RGB (Red+Green+Blue) = 178+32+162=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B220A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220A2 is #4DDF5D. Grayscale: #5A5A5A. Windows color (decimal): -5103454 or 10625202. OLE color: 10625202.

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

Color convert

RGB17832162-
CMYK00.820.090.30
HSL306.58º69.52%41.18%-
HSV(B)306.58º82.02%69.8%-
XYZ25.413.1135.37-
YUV90.47168.37190.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 162 (63.67% from 255) = 43.55%
R=47.85%
G=8.60%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783216200.820.090.30306.5869.5241.18
HexB220A205291E1334629
Octal262402420122113646310651
Binary1011001010000010100010010100101001111101001100111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B220A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B220A2; }

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

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

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

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

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

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

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

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