Html Css Color HEX #BF1FCE Deep Magenta

📋 copy color: '#BF1FCE'

red 191 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #BF1FCE

Tints of Deep Magenta #BF1FCE

RGB

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

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

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

R = 44.63%
G = 7.24%
B = 48.13%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF1FCE (or 0xBF1FCE) is known color: Deep Magenta. HEX triplet: BF, 1F and CE. RGB value is (191,31,206). Sum of RGB (Red+Green+Blue) = 191+31+206=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FCE is #40E031. Grayscale: #626262. Windows color (decimal): -4251698 or 13508543. OLE color: 13508543.

HSL color Cylindrical-coordinate representation of color #BF1FCE: hue angle of 294.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1FCE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 31 206 -
CMYK 0.07 0.85 0 0.19
HSL 294.86º 0.74% 0.46% -
HSV(B) 294.86º 0.85% 0.81% -
XYZ 33.12 16.51 59.83 -
YUV 98.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 191 31 206 0.07 0.85 0 0.19 294.86 0.74 0.46
Hex BF 1F CE 7 55 0 13 127 4A 2E
Octal 277 37 316 7 125 0 23 447 112 56
Binary 10111111 11111 11001110 111 1010101 0 10011 100100111 1001010 101110

Color Harmonies of #BF1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FCE

Black with #BF1FCE

Text Example


Text Example

White with #BF1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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