Html Css Color HEX #BF19DC Deep Magenta

📋 copy color: '#BF19DC'

red 191 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #BF19DC

Tints of Deep Magenta #BF19DC

RGB

 RED value IS 191 (75% from 255) = 43.81%

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 43.81%
G = 5.73%
B = 50.46%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF19DC (or 0xBF19DC) is known color: Deep Magenta. HEX triplet: BF, 19 and DC. RGB value is (191,25,220). Sum of RGB (Red+Green+Blue) = 191+25+220=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19DC is #40E623. Grayscale: #606060. Windows color (decimal): -4253220 or 14424511. OLE color: 14424511.

HSL color Cylindrical-coordinate representation of color #BF19DC: hue angle of 291.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF19DC is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 25 220 -
CMYK 0.13 0.89 0 0.14
HSL 291.08º 0.8% 0.48% -
HSV(B) 291.08º 0.89% 0.86% -
XYZ 34.75 16.94 69.15 -
YUV 96.86 197.5 195.14 -
System Red Green Blue C M Y K H S L
Decimal 191 25 220 0.13 0.89 0 0.14 291.08 0.8 0.48
Hex BF 19 DC D 59 0 E 123 50 30
Octal 277 31 334 15 131 0 16 443 120 60
Binary 10111111 11001 11011100 1101 1011001 0 1110 100100011 1010000 110000

Color Harmonies of #BF19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19DC

Black with #BF19DC

Text Example


Text Example

White with #BF19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19DC; }

 p { color: rgb(191,25,220); }

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

background-color css

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

 a { background-color: rgb(191,25,220); }

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

border-color css

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

 span { border-color: rgb(191,25,220); }

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