Html Css Color HEX #BC14CC Deep Magenta

📋 copy color: '#BC14CC'

red 188 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #BC14CC

Tints of Deep Magenta #BC14CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 45.63%
G = 4.85%
B = 49.51%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC14CC (or 0xBC14CC) is known color: Deep Magenta. HEX triplet: BC, 14 and CC. RGB value is (188,20,204). Sum of RGB (Red+Green+Blue) = 188+20+204=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14CC is #43EB33. Grayscale: #5A5A5A. Windows color (decimal): -4451124 or 13374652. OLE color: 13374652.

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

Color convert

RGB 188 20 204 -
CMYK 0.08 0.90 0 0.2
HSL 294.78º 0.82% 0.44% -
HSV(B) 294.78º 0.9% 0.8% -
XYZ 31.89 15.55 58.45 -
YUV 91.21 191.66 197.04 -
System Red Green Blue C M Y K H S L
Decimal 188 20 204 0.08 0.90 0 0.2 294.78 0.82 0.44
Hex BC 14 CC 8 5A 0 14 127 52 2C
Octal 274 24 314 10 132 0 24 447 122 54
Binary 10111100 10100 11001100 1000 1011010 0 10100 100100111 1010010 101100

Color Harmonies of #BC14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14CC

Black with #BC14CC

Text Example


Text Example

White with #BC14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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