Html Css Color HEX #BC12DB Deep Magenta

📋 copy color: '#BC12DB'

red 188 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #BC12DB

Tints of Deep Magenta #BC12DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 44.24%
G = 4.24%
B = 51.53%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC12DB (or 0xBC12DB) is known color: Deep Magenta. HEX triplet: BC, 12 and DB. RGB value is (188,18,219). Sum of RGB (Red+Green+Blue) = 188+18+219=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12DB is #43ED24. Grayscale: #5B5B5B. Windows color (decimal): -4451621 or 14357180. OLE color: 14357180.

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

Color convert

RGB 188 18 219 -
CMYK 0.14 0.92 0 0.14
HSL 290.75º 0.85% 0.46% -
HSV(B) 290.75º 0.92% 0.86% -
XYZ 33.74 16.24 68.37 -
YUV 91.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 188 18 219 0.14 0.92 0 0.14 290.75 0.85 0.46
Hex BC 12 DB E 5C 0 E 123 55 2E
Octal 274 22 333 16 134 0 16 443 125 56
Binary 10111100 10010 11011011 1110 1011100 0 1110 100100011 1010101 101110

Color Harmonies of #BC12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12DB

Black with #BC12DB

Text Example


Text Example

White with #BC12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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