#BF1FDE

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

Shades of Deep Magenta #BF1FDE

Tints of Deep Magenta #BF1FDE

Color information

#BF1FDE (or 0xBF1FDE) is unknown color: approx Deep Magenta. HEX triplet: BF, 1F and DE. RGB value is (191,31,222). Sum of RGB (Red+Green+Blue) = 191+31+222=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF1FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FDE is #40E021. Grayscale: #646464. Windows color (decimal): -4251682 or 14557119. OLE color: 14557119.

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

Color convert

RGB19131222-
CMYK0.140.8600.13
HSL290.26º75.49%49.61%-
HSV(B)290.26º86.04%87.06%-
XYZ35.1617.3370.6-
YUV100.61196.51192.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 31 (12.5% from 255) = 6.98%
BLUE value IS 222 (87.11% from 255) = 50%
R=43.02%
G=6.98%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191312220.140.8600.13290.2675.4949.61
HexBF1FDEE560D1224b32
Octal277373361612601544211362
Binary10111111111111101111011101010110011011001000101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1FDE; }

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

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

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

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

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

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

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

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