#BF00DE

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

Shades of Deep Magenta #BF00DE

Tints of Deep Magenta #BF00DE

Color information

#BF00DE (or 0xBF00DE) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and DE. RGB value is (191,0,222). Sum of RGB (Red+Green+Blue) = 191+0+222=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00DE is #40FF21. Grayscale: #515151. Windows color (decimal): -4259618 or 14549183. OLE color: 14549183.

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

Color convert

RGB1910222-
CMYK0.14100.13
HSL291.62º100%43.53%-
HSV(B)291.62º100%87.06%-
XYZ34.6716.3570.44-
YUV82.42206.78205.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 53.75%
R=46.25%
G=0%
B=53.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19102220.14100.13291.6210043.53
HexBF0DEE640D124642c
Octal27703361614401544414454
Binary1011111101101111011101100100011011001001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00DE; }

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

 H1.HeaderClassName
 {
   color: #BF00DE;
 }
 .AnyTagClassName
 {
   color: #BF00DE;
 }
</style>
background-color css

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

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

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

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

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

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