Html Css Color HEX #BC14CE Deep Magenta

📋 copy color: '#BC14CE'

red 188 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #BC14CE

Tints of Deep Magenta #BC14CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 45.41%
G = 4.83%
B = 49.76%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC14CE (or 0xBC14CE) is known color: Deep Magenta. HEX triplet: BC, 14 and CE. RGB value is (188,20,206). Sum of RGB (Red+Green+Blue) = 188+20+206=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14CE is #43EB31. Grayscale: #5A5A5A. Windows color (decimal): -4451122 or 13505724. OLE color: 13505724.

HSL color Cylindrical-coordinate representation of color #BC14CE: hue angle of 294.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC14CE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 20 206 -
CMYK 0.09 0.90 0 0.19
HSL 294.19º 0.82% 0.44% -
HSV(B) 294.19º 0.9% 0.81% -
XYZ 32.13 15.65 59.72 -
YUV 91.44 192.66 196.88 -
System Red Green Blue C M Y K H S L
Decimal 188 20 206 0.09 0.90 0 0.19 294.19 0.82 0.44
Hex BC 14 CE 9 5A 0 13 126 52 2C
Octal 274 24 316 11 132 0 23 446 122 54
Binary 10111100 10100 11001110 1001 1011010 0 10011 100100110 1010010 101100

Color Harmonies of #BC14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14CE

Black with #BC14CE

Text Example


Text Example

White with #BC14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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