Html Css Color HEX #BC12BF Deep Magenta

📋 copy color: '#BC12BF'

red 188 ◦ green 18 ◦ blue 191

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

Shades of Deep Magenta #BC12BF

Tints of Deep Magenta #BC12BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 47.36%
G = 4.53%
B = 48.11%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC12BF (or 0xBC12BF) is known color: Deep Magenta. HEX triplet: BC, 12 and BF. RGB value is (188,18,191). Sum of RGB (Red+Green+Blue) = 188+18+191=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC12BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12BF is #43ED40. Grayscale: #585858. Windows color (decimal): -4451649 or 12522172. OLE color: 12522172.

HSL color Cylindrical-coordinate representation of color #BC12BF: hue angle of 298.96º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC12BF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 18 191 -
CMYK 0.02 0.91 0 0.25
HSL 298.96º 0.83% 0.41% -
HSV(B) 298.96º 0.91% 0.75% -
XYZ 30.36 14.89 50.56 -
YUV 88.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 188 18 191 0.02 0.91 0 0.25 298.96 0.83 0.41
Hex BC 12 BF 2 5B 0 19 12B 53 29
Octal 274 22 277 2 133 0 31 453 123 51
Binary 10111100 10010 10111111 10 1011011 0 11001 100101011 1010011 101001

Color Harmonies of #BC12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12BF

Black with #BC12BF

Text Example


Text Example

White with #BC12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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