Html Css Color HEX #BF19BF Deep Magenta

📋 copy color: '#BF19BF'

red 191 ◦ green 25 ◦ blue 191

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

Shades of Deep Magenta #BF19BF

Tints of Deep Magenta #BF19BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 46.93%
G = 6.14%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF19BF (or 0xBF19BF) is known color: Deep Magenta. HEX triplet: BF, 19 and BF. RGB value is (191,25,191). Sum of RGB (Red+Green+Blue) = 191+25+191=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF19BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19BF is #40E640. Grayscale: #5D5D5D. Windows color (decimal): -4253249 or 12523967. OLE color: 12523967.

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

Color convert

RGB 191 25 191 -
CMYK 0 0.87 0 0.25
HSL 300º 0.77% 0.42% -
HSV(B) 300º 0.87% 0.75% -
XYZ 31.24 15.53 50.64 -
YUV 93.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 191 25 191 0 0.87 0 0.25 300 0.77 0.42
Hex BF 19 BF 0 57 0 19 12C 4D 2A
Octal 277 31 277 0 127 0 31 454 115 52
Binary 10111111 11001 10111111 0 1010111 0 11001 100101100 1001101 101010

Color Harmonies of #BF19BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19BF

Black with #BF19BF

Text Example


Text Example

White with #BF19BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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