Html Css Color HEX #BC16DC Deep Magenta

📋 copy color: '#BC16DC'

red 188 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #BC16DC

Tints of Deep Magenta #BC16DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.12%

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

R = 43.72%
G = 5.12%
B = 51.16%

CMYK

 C value IS 0.15

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC16DC (or 0xBC16DC) is known color: Deep Magenta. HEX triplet: BC, 16 and DC. RGB value is (188,22,220). Sum of RGB (Red+Green+Blue) = 188+22+220=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16DC is #43E923. Grayscale: #5D5D5D. Windows color (decimal): -4450596 or 14423740. OLE color: 14423740.

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

Color convert

RGB 188 22 220 -
CMYK 0.15 0.9 0 0.14
HSL 290.3º 0.82% 0.47% -
HSV(B) 290.3º 0.9% 0.86% -
XYZ 33.94 16.43 69.09 -
YUV 94.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 188 22 220 0.15 0.9 0 0.14 290.3 0.82 0.47
Hex BC 16 DC F 5A 0 E 122 52 2F
Octal 274 26 334 17 132 0 16 442 122 57
Binary 10111100 10110 11011100 1111 1011010 0 1110 100100010 1010010 101111

Color Harmonies of #BC16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16DC

Black with #BC16DC

Text Example


Text Example

White with #BC16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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