Html Css Color HEX #BC19DC Deep Magenta

📋 copy color: '#BC19DC'

red 188 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #BC19DC

Tints of Deep Magenta #BC19DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.77%

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

R = 43.42%
G = 5.77%
B = 50.81%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC19DC (or 0xBC19DC) is known color: Deep Magenta. HEX triplet: BC, 19 and DC. RGB value is (188,25,220). Sum of RGB (Red+Green+Blue) = 188+25+220=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19DC is #43E623. Grayscale: #5F5F5F. Windows color (decimal): -4449828 or 14424508. OLE color: 14424508.

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

Color convert

RGB 188 25 220 -
CMYK 0.15 0.89 0 0.14
HSL 290.15º 0.8% 0.48% -
HSV(B) 290.15º 0.89% 0.86% -
XYZ 34 16.55 69.11 -
YUV 95.97 198 193.64 -
System Red Green Blue C M Y K H S L
Decimal 188 25 220 0.15 0.89 0 0.14 290.15 0.8 0.48
Hex BC 19 DC F 59 0 E 122 50 30
Octal 274 31 334 17 131 0 16 442 120 60
Binary 10111100 11001 11011100 1111 1011001 0 1110 100100010 1010000 110000

Color Harmonies of #BC19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19DC

Black with #BC19DC

Text Example


Text Example

White with #BC19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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