Html Css Color HEX #B219AF Deep Magenta

📋 copy color: '#B219AF'

red 178 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #B219AF

Tints of Deep Magenta #B219AF

RGB

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

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

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

R = 47.09%
G = 6.61%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B219AF (or 0xB219AF) is known color: Deep Magenta. HEX triplet: B2, 19 and AF. RGB value is (178,25,175). Sum of RGB (Red+Green+Blue) = 178+25+175=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B219AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219AF is #4DE650. Grayscale: #575757. Windows color (decimal): -5105233 or 11475378. OLE color: 11475378.

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

Color convert

RGB 178 25 175 -
CMYK 0 0.86 0.02 0.30
HSL 301.18º 0.75% 0.4% -
HSV(B) 301.18º 0.86% 0.7% -
XYZ 26.45 13.26 41.72 -
YUV 87.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 178 25 175 0 0.86 0.02 0.30 301.18 0.75 0.4
Hex B2 19 AF 0 56 2 1E 12D 4B 28
Octal 262 31 257 0 126 2 36 455 113 50
Binary 10110010 11001 10101111 0 1010110 10 11110 100101101 1001011 101000

Color Harmonies of #B219AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219AF

Black with #B219AF

Text Example


Text Example

White with #B219AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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