Html Css Color HEX #B219C0 Deep Magenta

📋 copy color: '#B219C0'

red 178 ◦ green 25 ◦ blue 192

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

Shades of Deep Magenta #B219C0

Tints of Deep Magenta #B219C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 45.06%
G = 6.33%
B = 48.61%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B219C0 (or 0xB219C0) is known color: Deep Magenta. HEX triplet: B2, 19 and C0. RGB value is (178,25,192). Sum of RGB (Red+Green+Blue) = 178+25+192=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #B219C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219C0 is #4DE63F. Grayscale: #595959. Windows color (decimal): -5105216 or 12589490. OLE color: 12589490.

HSL color Cylindrical-coordinate representation of color #B219C0: hue angle of 294.97º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B219C0 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 25 192 -
CMYK 0.07 0.87 0 0.25
HSL 294.97º 0.77% 0.43% -
HSV(B) 294.97º 0.87% 0.75% -
XYZ 28.22 13.97 51.08 -
YUV 89.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 178 25 192 0.07 0.87 0 0.25 294.97 0.77 0.43
Hex B2 19 C0 7 57 0 19 127 4D 2B
Octal 262 31 300 7 127 0 31 447 115 53
Binary 10110010 11001 11000000 111 1010111 0 11001 100100111 1001101 101011

Color Harmonies of #B219C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219C0

Black with #B219C0

Text Example


Text Example

White with #B219C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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