Html Css Color HEX #B219C9 Deep Magenta

📋 copy color: '#B219C9'

red 178 ◦ green 25 ◦ blue 201

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

Shades of Deep Magenta #B219C9

Tints of Deep Magenta #B219C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.75%

R = 44.06%
G = 6.19%
B = 49.75%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B219C9 (or 0xB219C9) is known color: Deep Magenta. HEX triplet: B2, 19 and C9. RGB value is (178,25,201). Sum of RGB (Red+Green+Blue) = 178+25+201=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #B219C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219C9 is #4DE636. Grayscale: #5A5A5A. Windows color (decimal): -5105207 or 13179314. OLE color: 13179314.

HSL color Cylindrical-coordinate representation of color #B219C9: hue angle of 292.16º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B219C9 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 25 201 -
CMYK 0.11 0.88 0 0.21
HSL 292.16º 0.78% 0.44% -
HSV(B) 292.16º 0.88% 0.79% -
XYZ 29.25 14.38 56.49 -
YUV 90.81 190.19 190.19 -
System Red Green Blue C M Y K H S L
Decimal 178 25 201 0.11 0.88 0 0.21 292.16 0.78 0.44
Hex B2 19 C9 B 58 0 15 124 4E 2C
Octal 262 31 311 13 130 0 25 444 116 54
Binary 10110010 11001 11001001 1011 1011000 0 10101 100100100 1001110 101100

Color Harmonies of #B219C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219C9

Black with #B219C9

Text Example


Text Example

White with #B219C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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