Html Css Color HEX #BC14C1 Deep Magenta

📋 copy color: '#BC14C1'

red 188 ◦ green 20 ◦ blue 193

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

Shades of Deep Magenta #BC14C1

Tints of Deep Magenta #BC14C1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.99%

 BLUE value IS 193 (75.78% from 255) = 48.13%

R = 46.88%
G = 4.99%
B = 48.13%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC14C1 (or 0xBC14C1) is known color: Deep Magenta. HEX triplet: BC, 14 and C1. RGB value is (188,20,193). Sum of RGB (Red+Green+Blue) = 188+20+193=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC14C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14C1 is #43EB3E. Grayscale: #595959. Windows color (decimal): -4451135 or 12653756. OLE color: 12653756.

HSL color Cylindrical-coordinate representation of color #BC14C1: hue angle of 298.27º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC14C1 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 20 193 -
CMYK 0.03 0.90 0 0.24
HSL 298.27º 0.81% 0.42% -
HSV(B) 298.27º 0.9% 0.76% -
XYZ 30.61 15.04 51.74 -
YUV 89.95 186.16 197.93 -
System Red Green Blue C M Y K H S L
Decimal 188 20 193 0.03 0.90 0 0.24 298.27 0.81 0.42
Hex BC 14 C1 3 5A 0 18 12A 51 2A
Octal 274 24 301 3 132 0 30 452 121 52
Binary 10111100 10100 11000001 11 1011010 0 11000 100101010 1010001 101010

Color Harmonies of #BC14C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14C1

Black with #BC14C1

Text Example


Text Example

White with #BC14C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14C1; }

 p { color: rgb(188,20,193); }

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

background-color css

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

 a { background-color: rgb(188,20,193); }

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

border-color css

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

 span { border-color: rgb(188,20,193); }

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