Html Css Color HEX #BF19BE Deep Magenta

📋 copy color: '#BF19BE'

red 191 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #BF19BE

Tints of Deep Magenta #BF19BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 47.04%
G = 6.16%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF19BE (or 0xBF19BE) is known color: Deep Magenta. HEX triplet: BF, 19 and BE. RGB value is (191,25,190). Sum of RGB (Red+Green+Blue) = 191+25+190=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19BE is #40E641. Grayscale: #5C5C5C. Windows color (decimal): -4253250 or 12458431. OLE color: 12458431.

HSL color Cylindrical-coordinate representation of color #BF19BE: hue angle of 300.36º 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 #BF19BE is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 190 -
CMYK 0 0.87 0.01 0.25
HSL 300.36º 0.77% 0.42% -
HSV(B) 300.36º 0.87% 0.75% -
XYZ 31.13 15.49 50.06 -
YUV 93.44 182.5 197.58 -
System Red Green Blue C M Y K H S L
Decimal 191 25 190 0 0.87 0.01 0.25 300.36 0.77 0.42
Hex BF 19 BE 0 57 1 19 12C 4D 2A
Octal 277 31 276 0 127 1 31 454 115 52
Binary 10111111 11001 10111110 0 1010111 1 11001 100101100 1001101 101010

Color Harmonies of #BF19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19BE

Black with #BF19BE

Text Example


Text Example

White with #BF19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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