Html Css Color HEX #BC12DD Deep Magenta

📋 copy color: '#BC12DD'

red 188 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #BC12DD

Tints of Deep Magenta #BC12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.22%

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

R = 44.03%
G = 4.22%
B = 51.76%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC12DD (or 0xBC12DD) is known color: Deep Magenta. HEX triplet: BC, 12 and DD. RGB value is (188,18,221). Sum of RGB (Red+Green+Blue) = 188+18+221=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12DD is #43ED22. Grayscale: #5B5B5B. Windows color (decimal): -4451619 or 14488252. OLE color: 14488252.

HSL color Cylindrical-coordinate representation of color #BC12DD: hue angle of 290.25º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC12DD is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 18 221 -
CMYK 0.15 0.92 0 0.13
HSL 290.25º 0.85% 0.47% -
HSV(B) 290.25º 0.92% 0.87% -
XYZ 34.01 16.34 69.77 -
YUV 91.97 200.82 196.49 -
System Red Green Blue C M Y K H S L
Decimal 188 18 221 0.15 0.92 0 0.13 290.25 0.85 0.47
Hex BC 12 DD F 5C 0 D 122 55 2F
Octal 274 22 335 17 134 0 15 442 125 57
Binary 10111100 10010 11011101 1111 1011100 0 1101 100100010 1010101 101111

Color Harmonies of #BC12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12DD

Black with #BC12DD

Text Example


Text Example

White with #BC12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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