Html Css Color HEX #B220A5 Medium Red Violet

📋 copy color: '#B220A5'

red 178 ◦ green 32 ◦ blue 165

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

Shades of Medium Red Violet #B220A5

Tints of Medium Red Violet #B220A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44%

R = 47.47%
G = 8.53%
B = 44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B220A5 (or 0xB220A5) is known color: Medium Red Violet. HEX triplet: B2, 20 and A5. RGB value is (178,32,165). Sum of RGB (Red+Green+Blue) = 178+32+165=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B220A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220A5 is #4DDF5A. Grayscale: #5A5A5A. Windows color (decimal): -5103451 or 10821810. OLE color: 10821810.

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

Color convert

RGB 178 32 165 -
CMYK 0 0.82 0.07 0.30
HSL 305.34º 0.7% 0.41% -
HSV(B) 305.34º 0.82% 0.7% -
XYZ 25.67 13.21 36.8 -
YUV 90.82 169.87 190.19 -
System Red Green Blue C M Y K H S L
Decimal 178 32 165 0 0.82 0.07 0.30 305.34 0.7 0.41
Hex B2 20 A5 0 52 7 1E 131 46 29
Octal 262 40 245 0 122 7 36 461 106 51
Binary 10110010 100000 10100101 0 1010010 111 11110 100110001 1000110 101001

Color Harmonies of #B220A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220A5

Black with #B220A5

Text Example


Text Example

White with #B220A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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