Html Css Color HEX #BC12BA Deep Magenta

📋 copy color: '#BC12BA'

red 188 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #BC12BA

Tints of Deep Magenta #BC12BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 47.96%
G = 4.59%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC12BA (or 0xBC12BA) is known color: Deep Magenta. HEX triplet: BC, 12 and BA. RGB value is (188,18,186). Sum of RGB (Red+Green+Blue) = 188+18+186=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12BA is #43ED45. Grayscale: #575757. Windows color (decimal): -4451654 or 12194492. OLE color: 12194492.

HSL color Cylindrical-coordinate representation of color #BC12BA: hue angle of 300.71º 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 #BC12BA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 186 -
CMYK 0 0.90 0.01 0.26
HSL 300.71º 0.83% 0.4% -
HSV(B) 300.71º 0.9% 0.74% -
XYZ 29.82 14.67 47.71 -
YUV 87.98 183.32 199.34 -
System Red Green Blue C M Y K H S L
Decimal 188 18 186 0 0.90 0.01 0.26 300.71 0.83 0.4
Hex BC 12 BA 0 5A 1 1A 12D 53 28
Octal 274 22 272 0 132 1 32 455 123 50
Binary 10111100 10010 10111010 0 1011010 1 11010 100101101 1010011 101000

Color Harmonies of #BC12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12BA

Black with #BC12BA

Text Example


Text Example

White with #BC12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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