Html Css Color HEX #BF19CE Deep Magenta

📋 copy color: '#BF19CE'

red 191 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #BF19CE

Tints of Deep Magenta #BF19CE

RGB

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

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

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

R = 45.26%
G = 5.92%
B = 48.82%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF19CE (or 0xBF19CE) is known color: Deep Magenta. HEX triplet: BF, 19 and CE. RGB value is (191,25,206). Sum of RGB (Red+Green+Blue) = 191+25+206=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19CE is #40E631. Grayscale: #5E5E5E. Windows color (decimal): -4253234 or 13507007. OLE color: 13507007.

HSL color Cylindrical-coordinate representation of color #BF19CE: hue angle of 295.03º 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 #BF19CE is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 25 206 -
CMYK 0.07 0.88 0 0.19
HSL 295.03º 0.78% 0.45% -
HSV(B) 295.03º 0.88% 0.81% -
XYZ 32.97 16.23 59.79 -
YUV 95.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 191 25 206 0.07 0.88 0 0.19 295.03 0.78 0.45
Hex BF 19 CE 7 58 0 13 127 4E 2D
Octal 277 31 316 7 130 0 23 447 116 55
Binary 10111111 11001 11001110 111 1011000 0 10011 100100111 1001110 101101

Color Harmonies of #BF19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19CE

Black with #BF19CE

Text Example


Text Example

White with #BF19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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