#BF00BF

Color #BF00BF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BF00BF

Tints of Deep Magenta #BF00BF

Color information

#BF00BF (or 0xBF00BF) is unknown color: approx 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

RGB1910191-
CMYK0100.25
HSL300º100%37.45%-
HSV(B)300º100%74.9%-
XYZ30.8914.8450.53-
YUV78.88191.28207.97-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19101910100.2530010037.45
HexBF0BF06401912c6425
Octal2770277014403145414445
Binary10111111010111111011001000110011001011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>