Html Css Color HEX #B220AB Medium Violet Red

📋 copy color: '#B220AB'

red 178 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #B220AB

Tints of Medium Violet Red #B220AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 46.72%
G = 8.4%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B220AB (or 0xB220AB) is known color: Medium Violet Red. HEX triplet: B2, 20 and AB. RGB value is (178,32,171). Sum of RGB (Red+Green+Blue) = 178+32+171=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B220AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220AB is #4DDF54. Grayscale: #5B5B5B. Windows color (decimal): -5103445 or 11215026. OLE color: 11215026.

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

Color convert

RGB 178 32 171 -
CMYK 0 0.82 0.04 0.30
HSL 302.88º 0.7% 0.41% -
HSV(B) 302.88º 0.82% 0.7% -
XYZ 26.23 13.44 39.74 -
YUV 91.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 178 32 171 0 0.82 0.04 0.30 302.88 0.7 0.41
Hex B2 20 AB 0 52 4 1E 12F 46 29
Octal 262 40 253 0 122 4 36 457 106 51
Binary 10110010 100000 10101011 0 1010010 100 11110 100101111 1000110 101001

Color Harmonies of #B220AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220AB

Black with #B220AB

Text Example


Text Example

White with #B220AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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