Html Css Color HEX #BC1EC3 Deep Magenta

📋 copy color: '#BC1EC3'

red 188 ◦ green 30 ◦ blue 195

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

Shades of Deep Magenta #BC1EC3

Tints of Deep Magenta #BC1EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.22%

R = 45.52%
G = 7.26%
B = 47.22%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC1EC3 (or 0xBC1EC3) is known color: Deep Magenta. HEX triplet: BC, 1E and C3. RGB value is (188,30,195). Sum of RGB (Red+Green+Blue) = 188+30+195=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC1EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EC3 is #43E13C. Grayscale: #5F5F5F. Windows color (decimal): -4448573 or 12787388. OLE color: 12787388.

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

Color convert

RGB 188 30 195 -
CMYK 0.04 0.85 0 0.24
HSL 297.45º 0.73% 0.44% -
HSV(B) 297.45º 0.85% 0.76% -
XYZ 31.05 15.56 53 -
YUV 96.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 188 30 195 0.04 0.85 0 0.24 297.45 0.73 0.44
Hex BC 1E C3 4 55 0 18 129 49 2C
Octal 274 36 303 4 125 0 30 451 111 54
Binary 10111100 11110 11000011 100 1010101 0 11000 100101001 1001001 101100

Color Harmonies of #BC1EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EC3

Black with #BC1EC3

Text Example


Text Example

White with #BC1EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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