#BF01DC

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

Shades of Deep Magenta #BF01DC

Tints of Deep Magenta #BF01DC

Color information

#BF01DC (or 0xBF01DC) is unknown color: approx Deep Magenta. HEX triplet: BF, 01 and DC. RGB value is (191,1,220). Sum of RGB (Red+Green+Blue) = 191+1+220=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01DC is #40FE23. Grayscale: #525252. Windows color (decimal): -4259364 or 14418367. OLE color: 14418367.

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

Color convert

RGB1911220-
CMYK0.131.0000.14
HSL292.05º99.1%43.33%-
HSV(B)292.05º99.55%86.27%-
XYZ34.4116.2769.04-
YUV82.78205.45205.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 220 (86.33% from 255) = 53.40%
R=46.36%
G=0.24%
B=53.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal19112200.131.0000.14292.0599.143.33
HexBF1DCD640E124632b
Octal27713341514401644414353
Binary1011111111101110011011100100011101001001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF01DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF01DC; }

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

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

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

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

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

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

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

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