Html Css Color HEX #BC12AC Deep Magenta

📋 copy color: '#BC12AC'

red 188 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #BC12AC

Tints of Deep Magenta #BC12AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 49.74%
G = 4.76%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC12AC (or 0xBC12AC) is known color: Deep Magenta. HEX triplet: BC, 12 and AC. RGB value is (188,18,172). Sum of RGB (Red+Green+Blue) = 188+18+172=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12AC is #43ED53. Grayscale: #555555. Windows color (decimal): -4451668 or 11276988. OLE color: 11276988.

HSL color Cylindrical-coordinate representation of color #BC12AC: hue angle of 305.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC12AC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 172 -
CMYK 0 0.90 0.09 0.26
HSL 305.65º 0.83% 0.4% -
HSV(B) 305.65º 0.9% 0.74% -
XYZ 28.4 14.1 40.25 -
YUV 86.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 188 18 172 0 0.90 0.09 0.26 305.65 0.83 0.4
Hex BC 12 AC 0 5A 9 1A 132 53 28
Octal 274 22 254 0 132 11 32 462 123 50
Binary 10111100 10010 10101100 0 1011010 1001 11010 100110010 1010011 101000

Color Harmonies of #BC12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12AC

Black with #BC12AC

Text Example


Text Example

White with #BC12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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