Html Css Color HEX #BF01BF Deep Magenta

📋 copy color: '#BF01BF'

red 191 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #BF01BF

Tints of Deep Magenta #BF01BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 49.87%
G = 0.26%
B = 49.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF01BF (or 0xBF01BF) is known color: Deep Magenta. HEX triplet: BF, 01 and BF. RGB value is (191,1,191). Sum of RGB (Red+Green+Blue) = 191+1+191=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF01BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01BF is #40FE40. Grayscale: #4E4E4E. Windows color (decimal): -4259393 or 12517823. OLE color: 12517823.

HSL color Cylindrical-coordinate representation of color #BF01BF: hue angle of 300º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF01BF is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 1 191 -
CMYK 0 0.99 0 0.25
HSL 300º 0.99% 0.38% -
HSV(B) 300º 0.99% 0.75% -
XYZ 30.9 14.86 50.53 -
YUV 79.47 190.95 207.55 -
System Red Green Blue C M Y K H S L
Decimal 191 1 191 0 0.99 0 0.25 300 0.99 0.38
Hex BF 1 BF 0 63 0 19 12C 63 26
Octal 277 1 277 0 143 0 31 454 143 46
Binary 10111111 1 10111111 0 1100011 0 11001 100101100 1100011 100110

Color Harmonies of #BF01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF01BF

Black with #BF01BF

Text Example


Text Example

White with #BF01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF01BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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