Html Css Color HEX #BC0EC0 Deep Magenta

📋 copy color: '#BC0EC0'

red 188 ◦ green 14 ◦ blue 192

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

Shades of Deep Magenta #BC0EC0

Tints of Deep Magenta #BC0EC0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.55%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 47.72%
G = 3.55%
B = 48.73%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC0EC0 (or 0xBC0EC0) is known color: Deep Magenta. HEX triplet: BC, 0E and C0. RGB value is (188,14,192). Sum of RGB (Red+Green+Blue) = 188+14+192=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC0EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EC0 is #43F13F. Grayscale: #555555. Windows color (decimal): -4452672 or 12586684. OLE color: 12586684.

HSL color Cylindrical-coordinate representation of color #BC0EC0: hue angle of 298.65º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0EC0 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 14 192 -
CMYK 0.02 0.93 0 0.25
HSL 298.65º 0.86% 0.4% -
HSV(B) 298.65º 0.93% 0.75% -
XYZ 30.41 14.81 51.13 -
YUV 86.32 187.65 200.53 -
System Red Green Blue C M Y K H S L
Decimal 188 14 192 0.02 0.93 0 0.25 298.65 0.86 0.4
Hex BC E C0 2 5D 0 19 12B 56 28
Octal 274 16 300 2 135 0 31 453 126 50
Binary 10111100 1110 11000000 10 1011101 0 11001 100101011 1010110 101000

Color Harmonies of #BC0EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EC0

Black with #BC0EC0

Text Example


Text Example

White with #BC0EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EC0; }

 p { color: rgb(188,14,192); }

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

background-color css

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

 a { background-color: rgb(188,14,192); }

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

border-color css

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

 span { border-color: rgb(188,14,192); }

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