#BF1ECF

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

Shades of Deep Magenta #BF1ECF

Tints of Deep Magenta #BF1ECF

Color information

#BF1ECF (or 0xBF1ECF) is unknown color: approx Deep Magenta. HEX triplet: BF, 1E and CF. RGB value is (191,30,207). Sum of RGB (Red+Green+Blue) = 191+30+207=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ECF is #40E130. Grayscale: #616161. Windows color (decimal): -4251953 or 13573823. OLE color: 13573823.

HSL color Cylindrical-coordinate representation of color #BF1ECF: hue angle of 294.58º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1ECF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19130207-
CMYK0.080.8600.19
HSL294.58º74.68%46.47%-
HSV(B)294.58º85.51%81.18%-
XYZ33.2116.5160.47-
YUV98.32189.34194.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 30 (12.11% from 255) = 7.01%
BLUE value IS 207 (81.25% from 255) = 48.36%
R=44.63%
G=7.01%
B=48.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191302070.080.8600.19294.5874.6846.47
HexBF1ECF8560131274b2e
Octal277363171012602344711356
Binary101111111111011001111100010101100100111001001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1ECF; }

 p { color: rgb(191,30,207); }

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

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

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

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

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

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

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