Html Css Color HEX #BC12DA Deep Magenta

📋 copy color: '#BC12DA'

red 188 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #BC12DA

Tints of Deep Magenta #BC12DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 44.34%
G = 4.25%
B = 51.42%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC12DA (or 0xBC12DA) is known color: Deep Magenta. HEX triplet: BC, 12 and DA. RGB value is (188,18,218). Sum of RGB (Red+Green+Blue) = 188+18+218=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12DA is #43ED25. Grayscale: #5B5B5B. Windows color (decimal): -4451622 or 14291644. OLE color: 14291644.

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

Color convert

RGB 188 18 218 -
CMYK 0.14 0.92 0 0.15
HSL 291º 0.85% 0.46% -
HSV(B) 291º 0.92% 0.85% -
XYZ 33.61 16.19 67.68 -
YUV 91.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 188 18 218 0.14 0.92 0 0.15 291 0.85 0.46
Hex BC 12 DA E 5C 0 F 123 55 2E
Octal 274 22 332 16 134 0 17 443 125 56
Binary 10111100 10010 11011010 1110 1011100 0 1111 100100011 1010101 101110

Color Harmonies of #BC12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12DA

Black with #BC12DA

Text Example


Text Example

White with #BC12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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