Html Css Color HEX #B219CE Deep Magenta

📋 copy color: '#B219CE'

red 178 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #B219CE

Tints of Deep Magenta #B219CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 43.52%
G = 6.11%
B = 50.37%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B219CE (or 0xB219CE) is known color: Deep Magenta. HEX triplet: B2, 19 and CE. RGB value is (178,25,206). Sum of RGB (Red+Green+Blue) = 178+25+206=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #B219CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219CE is #4DE631. Grayscale: #5A5A5A. Windows color (decimal): -5105202 or 13506994. OLE color: 13506994.

HSL color Cylindrical-coordinate representation of color #B219CE: hue angle of 290.72º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B219CE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 25 206 -
CMYK 0.14 0.88 0 0.19
HSL 290.72º 0.78% 0.45% -
HSV(B) 290.72º 0.88% 0.81% -
XYZ 29.85 14.62 59.64 -
YUV 91.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 178 25 206 0.14 0.88 0 0.19 290.72 0.78 0.45
Hex B2 19 CE E 58 0 13 123 4E 2D
Octal 262 31 316 16 130 0 23 443 116 55
Binary 10110010 11001 11001110 1110 1011000 0 10011 100100011 1001110 101101

Color Harmonies of #B219CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219CE

Black with #B219CE

Text Example


Text Example

White with #B219CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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