Html Css Color HEX #BC1EC2 Deep Magenta

📋 copy color: '#BC1EC2'

red 188 ◦ green 30 ◦ blue 194

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

Shades of Deep Magenta #BC1EC2

Tints of Deep Magenta #BC1EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 45.63%
G = 7.28%
B = 47.09%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC1EC2 (or 0xBC1EC2) is known color: Deep Magenta. HEX triplet: BC, 1E and C2. RGB value is (188,30,194). Sum of RGB (Red+Green+Blue) = 188+30+194=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC1EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EC2 is #43E13D. Grayscale: #5F5F5F. Windows color (decimal): -4448574 or 12721852. OLE color: 12721852.

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

Color convert

RGB 188 30 194 -
CMYK 0.03 0.85 0 0.24
HSL 297.8º 0.73% 0.44% -
HSV(B) 297.8º 0.85% 0.76% -
XYZ 30.94 15.51 52.4 -
YUV 95.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 188 30 194 0.03 0.85 0 0.24 297.8 0.73 0.44
Hex BC 1E C2 3 55 0 18 12A 49 2C
Octal 274 36 302 3 125 0 30 452 111 54
Binary 10111100 11110 11000010 11 1010101 0 11000 100101010 1001001 101100

Color Harmonies of #BC1EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EC2

Black with #BC1EC2

Text Example


Text Example

White with #BC1EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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