Html Css Color HEX #BF1DDF Deep Magenta

📋 copy color: '#BF1DDF'

red 191 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #BF1DDF

Tints of Deep Magenta #BF1DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.55%

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

R = 43.12%
G = 6.55%
B = 50.34%

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

#BF1DDF (or 0xBF1DDF) is known color: Deep Magenta. HEX triplet: BF, 1D and DF. RGB value is (191,29,223). Sum of RGB (Red+Green+Blue) = 191+29+223=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF1DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1DDF is #40E220. Grayscale: #626262. Windows color (decimal): -4252193 or 14622143. OLE color: 14622143.

HSL color Cylindrical-coordinate representation of color #BF1DDF: hue angle of 290.1º degrees, saturation: 0.77, 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 #BF1DDF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 29 223 -
CMYK 0.14 0.87 0 0.13
HSL 290.1º 0.77% 0.49% -
HSV(B) 290.1º 0.87% 0.87% -
XYZ 35.24 17.28 71.29 -
YUV 99.55 197.67 193.23 -
System Red Green Blue C M Y K H S L
Decimal 191 29 223 0.14 0.87 0 0.13 290.1 0.77 0.49
Hex BF 1D DF E 57 0 D 122 4D 31
Octal 277 35 337 16 127 0 15 442 115 61
Binary 10111111 11101 11011111 1110 1010111 0 1101 100100010 1001101 110001

Color Harmonies of #BF1DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1DDF

Black with #BF1DDF

Text Example


Text Example

White with #BF1DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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