Html Css Color HEX #BC1ECF Deep Magenta

📋 copy color: '#BC1ECF'

red 188 ◦ green 30 ◦ blue 207

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

Shades of Deep Magenta #BC1ECF

Tints of Deep Magenta #BC1ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 44.24%
G = 7.06%
B = 48.71%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC1ECF (or 0xBC1ECF) is known color: Deep Magenta. HEX triplet: BC, 1E and CF. RGB value is (188,30,207). Sum of RGB (Red+Green+Blue) = 188+30+207=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ECF is #43E130. Grayscale: #606060. Windows color (decimal): -4448561 or 13573820. OLE color: 13573820.

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

Color convert

RGB 188 30 207 -
CMYK 0.09 0.86 0 0.19
HSL 293.56º 0.75% 0.46% -
HSV(B) 293.56º 0.86% 0.81% -
XYZ 32.47 16.12 60.43 -
YUV 97.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 188 30 207 0.09 0.86 0 0.19 293.56 0.75 0.46
Hex BC 1E CF 9 56 0 13 126 4B 2E
Octal 274 36 317 11 126 0 23 446 113 56
Binary 10111100 11110 11001111 1001 1010110 0 10011 100100110 1001011 101110

Color Harmonies of #BC1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1ECF

Black with #BC1ECF

Text Example


Text Example

White with #BC1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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