Html Css Color HEX #BF1CDF Deep Magenta

📋 copy color: '#BF1CDF'

red 191 ◦ green 28 ◦ blue 223

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

Shades of Deep Magenta #BF1CDF

Tints of Deep Magenta #BF1CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.33%

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 43.21%
G = 6.33%
B = 50.45%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF1CDF (or 0xBF1CDF) is known color: Deep Magenta. HEX triplet: BF, 1C and DF. RGB value is (191,28,223). Sum of RGB (Red+Green+Blue) = 191+28+223=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF1CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CDF is #40E320. Grayscale: #626262. Windows color (decimal): -4252449 or 14621887. OLE color: 14621887.

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

Color convert

RGB 191 28 223 -
CMYK 0.14 0.87 0 0.13
HSL 290.15º 0.78% 0.49% -
HSV(B) 290.15º 0.87% 0.87% -
XYZ 35.22 17.23 71.28 -
YUV 98.97 198 193.64 -
System Red Green Blue C M Y K H S L
Decimal 191 28 223 0.14 0.87 0 0.13 290.15 0.78 0.49
Hex BF 1C DF E 57 0 D 122 4E 31
Octal 277 34 337 16 127 0 15 442 116 61
Binary 10111111 11100 11011111 1110 1010111 0 1101 100100010 1001110 110001

Color Harmonies of #BF1CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CDF

Black with #BF1CDF

Text Example


Text Example

White with #BF1CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CDF; }

 p { color: rgb(191,28,223); }

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

background-color css

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

 a { background-color: rgb(191,28,223); }

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

border-color css

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

 span { border-color: rgb(191,28,223); }

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