#BF1EC3

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

Shades of Deep Magenta #BF1EC3

Tints of Deep Magenta #BF1EC3

Color information

#BF1EC3 (or 0xBF1EC3) is unknown color: approx Deep Magenta. HEX triplet: BF, 1E and C3. RGB value is (191,30,195). Sum of RGB (Red+Green+Blue) = 191+30+195=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF1EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EC3 is #40E13C. Grayscale: #606060. Windows color (decimal): -4251965 or 12787391. OLE color: 12787391.

HSL color Cylindrical-coordinate representation of color #BF1EC3: hue angle of 298.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1EC3 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19130195-
CMYK0.020.8500.24
HSL298.55º73.33%44.12%-
HSV(B)298.55º84.62%76.47%-
XYZ31.815.9553.03-
YUV96.95183.34195.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 30 (12.11% from 255) = 7.21%
BLUE value IS 195 (76.56% from 255) = 46.88%
R=45.91%
G=7.21%
B=46.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191301950.020.8500.24298.5573.3344.12
HexBF1EC325501812b492c
Octal27736303212503045311154
Binary1011111111110110000111010101010110001001010111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1EC3; }

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

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

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

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

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

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

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

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