Html Css Color HEX #BF1FD1 Deep Magenta

📋 copy color: '#BF1FD1'

red 191 ◦ green 31 ◦ blue 209

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

Shades of Deep Magenta #BF1FD1

Tints of Deep Magenta #BF1FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 44.32%
G = 7.19%
B = 48.49%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF1FD1 (or 0xBF1FD1) is known color: Deep Magenta. HEX triplet: BF, 1F and D1. RGB value is (191,31,209). Sum of RGB (Red+Green+Blue) = 191+31+209=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF1FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FD1 is #40E02E. Grayscale: #626262. Windows color (decimal): -4251695 or 13705151. OLE color: 13705151.

HSL color Cylindrical-coordinate representation of color #BF1FD1: hue angle of 293.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1FD1 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 31 209 -
CMYK 0.09 0.85 0 0.18
HSL 293.93º 0.74% 0.47% -
HSV(B) 293.93º 0.85% 0.82% -
XYZ 33.48 16.66 61.77 -
YUV 99.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 191 31 209 0.09 0.85 0 0.18 293.93 0.74 0.47
Hex BF 1F D1 9 55 0 12 126 4A 2F
Octal 277 37 321 11 125 0 22 446 112 57
Binary 10111111 11111 11010001 1001 1010101 0 10010 100100110 1001010 101111

Color Harmonies of #BF1FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FD1

Black with #BF1FD1

Text Example


Text Example

White with #BF1FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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