Html Css Color HEX #BF01DF Deep Magenta

📋 copy color: '#BF01DF'

red 191 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #BF01DF

Tints of Deep Magenta #BF01DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 46.02%
G = 0.24%
B = 53.73%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF01DF (or 0xBF01DF) is known color: Deep Magenta. HEX triplet: BF, 01 and DF. RGB value is (191,1,223). Sum of RGB (Red+Green+Blue) = 191+1+223=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01DF is #40FE20. Grayscale: #525252. Windows color (decimal): -4259361 or 14614975. OLE color: 14614975.

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

Color convert

RGB 191 1 223 -
CMYK 0.14 1.00 0 0.13
HSL 291.35º 0.99% 0.44% -
HSV(B) 291.35º 1% 0.87% -
XYZ 34.82 16.43 71.15 -
YUV 83.12 206.95 204.95 -
System Red Green Blue C M Y K H S L
Decimal 191 1 223 0.14 1.00 0 0.13 291.35 0.99 0.44
Hex BF 1 DF E 64 0 D 123 63 2C
Octal 277 1 337 16 144 0 15 443 143 54
Binary 10111111 1 11011111 1110 1100100 0 1101 100100011 1100011 101100

Color Harmonies of #BF01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF01DF

Black with #BF01DF

Text Example


Text Example

White with #BF01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF01DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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