Html Css Color HEX #B221AA Medium Red Violet

📋 copy color: '#B221AA'

red 178 ◦ green 33 ◦ blue 170

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

Shades of Medium Red Violet #B221AA

Tints of Medium Red Violet #B221AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 46.72%
G = 8.66%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B221AA (or 0xB221AA) is known color: Medium Red Violet. HEX triplet: B2, 21 and AA. RGB value is (178,33,170). Sum of RGB (Red+Green+Blue) = 178+33+170=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B221AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B221AA is #4DDE55. Grayscale: #5B5B5B. Windows color (decimal): -5103190 or 11149746. OLE color: 11149746.

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

Color convert

RGB 178 33 170 -
CMYK 0 0.81 0.04 0.30
HSL 303.31º 0.69% 0.41% -
HSV(B) 303.31º 0.81% 0.7% -
XYZ 26.16 13.45 39.25 -
YUV 91.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 178 33 170 0 0.81 0.04 0.30 303.31 0.69 0.41
Hex B2 21 AA 0 51 4 1E 12F 45 29
Octal 262 41 252 0 121 4 36 457 105 51
Binary 10110010 100001 10101010 0 1010001 100 11110 100101111 1000101 101001

Color Harmonies of #B221AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221AA

Black with #B221AA

Text Example


Text Example

White with #B221AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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