Html Css Color HEX #BC0EDC Deep Magenta

📋 copy color: '#BC0EDC'

red 188 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #BC0EDC

Tints of Deep Magenta #BC0EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 44.55%
G = 3.32%
B = 52.13%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC0EDC (or 0xBC0EDC) is known color: Deep Magenta. HEX triplet: BC, 0E and DC. RGB value is (188,14,220). Sum of RGB (Red+Green+Blue) = 188+14+220=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EDC is #43F123. Grayscale: #585858. Windows color (decimal): -4452644 or 14421692. OLE color: 14421692.

HSL color Cylindrical-coordinate representation of color #BC0EDC: hue angle of 290.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EDC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 14 220 -
CMYK 0.15 0.94 0 0.14
HSL 290.68º 0.88% 0.46% -
HSV(B) 290.68º 0.94% 0.86% -
XYZ 33.81 16.17 69.05 -
YUV 89.51 201.65 198.25 -
System Red Green Blue C M Y K H S L
Decimal 188 14 220 0.15 0.94 0 0.14 290.68 0.88 0.46
Hex BC E DC F 5E 0 E 123 58 2E
Octal 274 16 334 17 136 0 16 443 130 56
Binary 10111100 1110 11011100 1111 1011110 0 1110 100100011 1011000 101110

Color Harmonies of #BC0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EDC

Black with #BC0EDC

Text Example


Text Example

White with #BC0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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