Html Css Color HEX #BF00BF Deep Magenta

📋 copy color: '#BF00BF'

red 191 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #BF00BF

Tints of Deep Magenta #BF00BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF00BF (or 0xBF00BF) is known color: Deep Magenta. HEX triplet: BF, 00 and BF. RGB value is (191,0,191). Sum of RGB (Red+Green+Blue) = 191+0+191=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF00BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00BF is #40FF40. Grayscale: #4E4E4E. Windows color (decimal): -4259649 or 12517567. OLE color: 12517567.

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

Color convert

RGB 191 0 191 -
CMYK 0 1 0 0.25
HSL 300º 1% 0.37% -
HSV(B) 300º 1% 0.75% -
XYZ 30.89 14.84 50.53 -
YUV 78.88 191.28 207.97 -
System Red Green Blue C M Y K H S L
Decimal 191 0 191 0 1 0 0.25 300 1 0.37
Hex BF 0 BF 0 64 0 19 12C 64 25
Octal 277 0 277 0 144 0 31 454 144 45
Binary 10111111 0 10111111 0 1100100 0 11001 100101100 1100100 100101

Color Harmonies of #BF00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00BF

Black with #BF00BF

Text Example


Text Example

White with #BF00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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