Html Css Color HEX #BC16DD Deep Magenta

📋 copy color: '#BC16DD'

red 188 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #BC16DD

Tints of Deep Magenta #BC16DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 43.62%
G = 5.1%
B = 51.28%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC16DD (or 0xBC16DD) is known color: Deep Magenta. HEX triplet: BC, 16 and DD. RGB value is (188,22,221). Sum of RGB (Red+Green+Blue) = 188+22+221=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16DD is #43E922. Grayscale: #5D5D5D. Windows color (decimal): -4450595 or 14489276. OLE color: 14489276.

HSL color Cylindrical-coordinate representation of color #BC16DD: hue angle of 290.05º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC16DD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 22 221 -
CMYK 0.15 0.90 0 0.13
HSL 290.05º 0.82% 0.48% -
HSV(B) 290.05º 0.9% 0.87% -
XYZ 34.08 16.49 69.79 -
YUV 94.32 199.5 194.82 -
System Red Green Blue C M Y K H S L
Decimal 188 22 221 0.15 0.90 0 0.13 290.05 0.82 0.48
Hex BC 16 DD F 5A 0 D 122 52 30
Octal 274 26 335 17 132 0 15 442 122 60
Binary 10111100 10110 11011101 1111 1011010 0 1101 100100010 1010010 110000

Color Harmonies of #BC16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16DD

Black with #BC16DD

Text Example


Text Example

White with #BC16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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