Html Css Color HEX #BC12AF Deep Magenta

📋 copy color: '#BC12AF'

red 188 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #BC12AF

Tints of Deep Magenta #BC12AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 49.34%
G = 4.72%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC12AF (or 0xBC12AF) is known color: Deep Magenta. HEX triplet: BC, 12 and AF. RGB value is (188,18,175). Sum of RGB (Red+Green+Blue) = 188+18+175=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12AF is #43ED50. Grayscale: #565656. Windows color (decimal): -4451665 or 11473596. OLE color: 11473596.

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

Color convert

RGB 188 18 175 -
CMYK 0 0.90 0.07 0.26
HSL 304.59º 0.83% 0.4% -
HSV(B) 304.59º 0.9% 0.74% -
XYZ 28.69 14.22 41.79 -
YUV 86.73 177.82 200.23 -
System Red Green Blue C M Y K H S L
Decimal 188 18 175 0 0.90 0.07 0.26 304.59 0.83 0.4
Hex BC 12 AF 0 5A 7 1A 131 53 28
Octal 274 22 257 0 132 7 32 461 123 50
Binary 10111100 10010 10101111 0 1011010 111 11010 100110001 1010011 101000

Color Harmonies of #BC12AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12AF

Black with #BC12AF

Text Example


Text Example

White with #BC12AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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