#BF1EC1

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

Shades of Deep Magenta #BF1EC1

Tints of Deep Magenta #BF1EC1

Color information

#BF1EC1 (or 0xBF1EC1) is unknown color: approx Deep Magenta. HEX triplet: BF, 1E and C1. RGB value is (191,30,193). Sum of RGB (Red+Green+Blue) = 191+30+193=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF1EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EC1 is #40E13E. Grayscale: #606060. Windows color (decimal): -4251967 or 12656319. OLE color: 12656319.

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

Color convert

RGB19130193-
CMYK0.010.8400.24
HSL299.26º73.09%43.73%-
HSV(B)299.26º84.46%75.69%-
XYZ31.5815.8651.85-
YUV96.72182.34195.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 30 (12.11% from 255) = 7.25%
BLUE value IS 193 (75.78% from 255) = 46.62%
R=46.14%
G=7.25%
B=46.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191301930.010.8400.24299.2673.0943.73
HexBF1EC115401812b492c
Octal27736301112403045311154
Binary101111111111011000001110101000110001001010111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1EC1; }

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

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

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

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

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

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

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

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