Html Css Color HEX #BF1FDE Deep Magenta

📋 copy color: '#BF1FDE'

red 191 ◦ green 31 ◦ blue 222

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

Shades of Deep Magenta #BF1FDE

Tints of Deep Magenta #BF1FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.98%

 BLUE value IS 222 (87.11% from 255) = 50%

R = 43.02%
G = 6.98%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF1FDE (or 0xBF1FDE) is known color: Deep Magenta. HEX triplet: BF, 1F and DE. RGB value is (191,31,222). Sum of RGB (Red+Green+Blue) = 191+31+222=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF1FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FDE is #40E021. Grayscale: #646464. Windows color (decimal): -4251682 or 14557119. OLE color: 14557119.

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

Color convert

RGB 191 31 222 -
CMYK 0.14 0.86 0 0.13
HSL 290.26º 0.75% 0.5% -
HSV(B) 290.26º 0.86% 0.87% -
XYZ 35.16 17.33 70.6 -
YUV 100.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 191 31 222 0.14 0.86 0 0.13 290.26 0.75 0.5
Hex BF 1F DE E 56 0 D 122 4B 32
Octal 277 37 336 16 126 0 15 442 113 62
Binary 10111111 11111 11011110 1110 1010110 0 1101 100100010 1001011 110010

Color Harmonies of #BF1FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FDE

Black with #BF1FDE

Text Example


Text Example

White with #BF1FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FDE; }

 p { color: rgb(191,31,222); }

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

background-color css

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

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

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

border-color css

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

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

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