Html Css Color HEX #B220A0 Medium Red Violet

📋 copy color: '#B220A0'

red 178 ◦ green 32 ◦ blue 160

#B220A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B220A0

Tints of Medium Red Violet #B220A0

RGB

 RED value IS 178 (69.92% from 255) = 48.11%

 GREEN value IS 32 (12.89% from 255) = 8.65%

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 48.11%
G = 8.65%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B220A0 (or 0xB220A0) is known color: Medium Red Violet. HEX triplet: B2, 20 and A0. RGB value is (178,32,160). Sum of RGB (Red+Green+Blue) = 178+32+160=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B220A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220A0 is #4DDF5F. Grayscale: #595959. Windows color (decimal): -5103456 or 10494130. OLE color: 10494130.

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

Color convert

RGB 178 32 160 -
CMYK 0 0.82 0.10 0.30
HSL 307.4º 0.7% 0.41% -
HSV(B) 307.4º 0.82% 0.7% -
XYZ 25.22 13.04 34.44 -
YUV 90.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 178 32 160 0 0.82 0.10 0.30 307.4 0.7 0.41
Hex B2 20 A0 0 52 A 1E 133 46 29
Octal 262 40 240 0 122 12 36 463 106 51
Binary 10110010 100000 10100000 0 1010010 1010 11110 100110011 1000110 101001

Color Harmonies of #B220A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220A0

Black with #B220A0

Text Example


Text Example

White with #B220A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220A0; }

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

 H1.HeaderClassName
 {
   color: #B220A0;
 }
 .AnyTagClassName
 {
   color: #B220A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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