Html Css Color HEX #B220AF Deep Magenta

📋 copy color: '#B220AF'

red 178 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #B220AF

Tints of Deep Magenta #B220AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 46.23%
G = 8.31%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B220AF (or 0xB220AF) is known color: Deep Magenta. HEX triplet: B2, 20 and AF. RGB value is (178,32,175). Sum of RGB (Red+Green+Blue) = 178+32+175=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B220AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220AF is #4DDF50. Grayscale: #5B5B5B. Windows color (decimal): -5103441 or 11477170. OLE color: 11477170.

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

Color convert

RGB 178 32 175 -
CMYK 0 0.82 0.02 0.30
HSL 301.23º 0.7% 0.41% -
HSV(B) 301.23º 0.82% 0.7% -
XYZ 26.61 13.59 41.78 -
YUV 91.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 178 32 175 0 0.82 0.02 0.30 301.23 0.7 0.41
Hex B2 20 AF 0 52 2 1E 12D 46 29
Octal 262 40 257 0 122 2 36 455 106 51
Binary 10110010 100000 10101111 0 1010010 10 11110 100101101 1000110 101001

Color Harmonies of #B220AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220AF

Black with #B220AF

Text Example


Text Example

White with #B220AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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