#BF1FDC

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

Shades of Deep Magenta #BF1FDC

Tints of Deep Magenta #BF1FDC

Color information

#BF1FDC (or 0xBF1FDC) is unknown color: approx Deep Magenta. HEX triplet: BF, 1F and DC. RGB value is (191,31,220). Sum of RGB (Red+Green+Blue) = 191+31+220=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF1FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FDC is #40E023. Grayscale: #636363. Windows color (decimal): -4251684 or 14426047. OLE color: 14426047.

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

Color convert

RGB19131220-
CMYK0.130.8600.14
HSL290.79º75.3%49.22%-
HSV(B)290.79º85.91%86.27%-
XYZ34.8917.2269.2-
YUV100.39195.51192.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 31 (12.5% from 255) = 7.01%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=43.21%
G=7.01%
B=49.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal191312200.130.8600.14290.7975.349.22
HexBF1FDCD560E1234b31
Octal277373341512601644311361
Binary10111111111111101110011011010110011101001000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1FDC; }

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

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

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

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

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

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

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

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