Html Css Color HEX #B221AD Deep Magenta

📋 copy color: '#B221AD'

red 178 ◦ green 33 ◦ blue 173

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

Shades of Deep Magenta #B221AD

Tints of Deep Magenta #B221AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 46.35%
G = 8.59%
B = 45.05%

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

#B221AD (or 0xB221AD) is known color: Deep Magenta. HEX triplet: B2, 21 and AD. RGB value is (178,33,173). Sum of RGB (Red+Green+Blue) = 178+33+173=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B221AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B221AD is #4DDE52. Grayscale: #5B5B5B. Windows color (decimal): -5103187 or 11346354. OLE color: 11346354.

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

Color convert

RGB 178 33 173 -
CMYK 0 0.81 0.03 0.30
HSL 302.07º 0.69% 0.41% -
HSV(B) 302.07º 0.81% 0.7% -
XYZ 26.45 13.57 40.76 -
YUV 92.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 178 33 173 0 0.81 0.03 0.30 302.07 0.69 0.41
Hex B2 21 AD 0 51 3 1E 12E 45 29
Octal 262 41 255 0 121 3 36 456 105 51
Binary 10110010 100001 10101101 0 1010001 11 11110 100101110 1000101 101001

Color Harmonies of #B221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221AD

Black with #B221AD

Text Example


Text Example

White with #B221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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