Html Css Color HEX #BC1EC1 Deep Magenta

📋 copy color: '#BC1EC1'

red 188 ◦ green 30 ◦ blue 193

#BC1EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BC1EC1

Tints of Deep Magenta #BC1EC1

RGB

 RED value IS 188 (73.83% from 255) = 45.74%

 GREEN value IS 30 (12.11% from 255) = 7.3%

 BLUE value IS 193 (75.78% from 255) = 46.96%

R = 45.74%
G = 7.3%
B = 46.96%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC1EC1 (or 0xBC1EC1) is known color: Deep Magenta. HEX triplet: BC, 1E and C1. RGB value is (188,30,193). Sum of RGB (Red+Green+Blue) = 188+30+193=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC1EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EC1 is #43E13E. Grayscale: #5F5F5F. Windows color (decimal): -4448575 or 12656316. OLE color: 12656316.

HSL color Cylindrical-coordinate representation of color #BC1EC1: hue angle of 298.16º 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 #BC1EC1 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 30 193 -
CMYK 0.03 0.84 0 0.24
HSL 298.16º 0.73% 0.44% -
HSV(B) 298.16º 0.84% 0.76% -
XYZ 30.83 15.47 51.81 -
YUV 95.82 182.85 193.75 -
System Red Green Blue C M Y K H S L
Decimal 188 30 193 0.03 0.84 0 0.24 298.16 0.73 0.44
Hex BC 1E C1 3 54 0 18 12A 49 2C
Octal 274 36 301 3 124 0 30 452 111 54
Binary 10111100 11110 11000001 11 1010100 0 11000 100101010 1001001 101100

Color Harmonies of #BC1EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EC1

Black with #BC1EC1

Text Example


Text Example

White with #BC1EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EC1; }

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

 H1.HeaderClassName
 {
   color: #BC1EC1;
 }
 .AnyTagClassName
 {
   color: #BC1EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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