Html Css Color HEX #BC1ECE Deep Magenta

📋 copy color: '#BC1ECE'

red 188 ◦ green 30 ◦ blue 206

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

Shades of Deep Magenta #BC1ECE

Tints of Deep Magenta #BC1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 44.34%
G = 7.08%
B = 48.58%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC1ECE (or 0xBC1ECE) is known color: Deep Magenta. HEX triplet: BC, 1E and CE. RGB value is (188,30,206). Sum of RGB (Red+Green+Blue) = 188+30+206=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ECE is #43E131. Grayscale: #606060. Windows color (decimal): -4448562 or 13508284. OLE color: 13508284.

HSL color Cylindrical-coordinate representation of color #BC1ECE: hue angle of 293.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1ECE is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 30 206 -
CMYK 0.09 0.85 0 0.19
HSL 293.86º 0.75% 0.46% -
HSV(B) 293.86º 0.85% 0.81% -
XYZ 32.34 16.08 59.79 -
YUV 97.31 189.35 192.69 -
System Red Green Blue C M Y K H S L
Decimal 188 30 206 0.09 0.85 0 0.19 293.86 0.75 0.46
Hex BC 1E CE 9 55 0 13 126 4B 2E
Octal 274 36 316 11 125 0 23 446 113 56
Binary 10111100 11110 11001110 1001 1010101 0 10011 100100110 1001011 101110

Color Harmonies of #BC1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1ECE

Black with #BC1ECE

Text Example


Text Example

White with #BC1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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