Html Css Color HEX #B219AD Deep Magenta

📋 copy color: '#B219AD'

red 178 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #B219AD

Tints of Deep Magenta #B219AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

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

R = 47.34%
G = 6.65%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B219AD (or 0xB219AD) is known color: Deep Magenta. HEX triplet: B2, 19 and AD. RGB value is (178,25,173). Sum of RGB (Red+Green+Blue) = 178+25+173=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B219AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219AD is #4DE652. Grayscale: #575757. Windows color (decimal): -5105235 or 11344306. OLE color: 11344306.

HSL color Cylindrical-coordinate representation of color #B219AD: hue angle of 301.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B219AD is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 173 -
CMYK 0 0.86 0.03 0.30
HSL 301.96º 0.75% 0.4% -
HSV(B) 301.96º 0.86% 0.7% -
XYZ 26.25 13.18 40.7 -
YUV 87.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 178 25 173 0 0.86 0.03 0.30 301.96 0.75 0.4
Hex B2 19 AD 0 56 3 1E 12E 4B 28
Octal 262 31 255 0 126 3 36 456 113 50
Binary 10110010 11001 10101101 0 1010110 11 11110 100101110 1001011 101000

Color Harmonies of #B219AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219AD

Black with #B219AD

Text Example


Text Example

White with #B219AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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