Html Css Color HEX #B221AC Deep Magenta

📋 copy color: '#B221AC'

red 178 ◦ green 33 ◦ blue 172

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

Shades of Deep Magenta #B221AC

Tints of Deep Magenta #B221AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 46.48%
G = 8.62%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B221AC (or 0xB221AC) is known color: Deep Magenta. HEX triplet: B2, 21 and AC. RGB value is (178,33,172). Sum of RGB (Red+Green+Blue) = 178+33+172=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B221AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B221AC is #4DDE53. Grayscale: #5B5B5B. Windows color (decimal): -5103188 or 11280818. OLE color: 11280818.

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

Color convert

RGB 178 33 172 -
CMYK 0 0.81 0.03 0.30
HSL 302.48º 0.69% 0.41% -
HSV(B) 302.48º 0.81% 0.7% -
XYZ 26.35 13.53 40.25 -
YUV 92.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 178 33 172 0 0.81 0.03 0.30 302.48 0.69 0.41
Hex B2 21 AC 0 51 3 1E 12E 45 29
Octal 262 41 254 0 121 3 36 456 105 51
Binary 10110010 100001 10101100 0 1010001 11 11110 100101110 1000101 101001

Color Harmonies of #B221AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221AC

Black with #B221AC

Text Example


Text Example

White with #B221AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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