Html Css Color HEX #BC11CD Deep Magenta

📋 copy color: '#BC11CD'

red 188 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #BC11CD

Tints of Deep Magenta #BC11CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.15%

 BLUE value IS 205 (80.47% from 255) = 50%

R = 45.85%
G = 4.15%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC11CD (or 0xBC11CD) is known color: Deep Magenta. HEX triplet: BC, 11 and CD. RGB value is (188,17,205). Sum of RGB (Red+Green+Blue) = 188+17+205=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC11CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11CD is #43EE32. Grayscale: #585858. Windows color (decimal): -4451891 or 13439420. OLE color: 13439420.

HSL color Cylindrical-coordinate representation of color #BC11CD: hue angle of 294.57º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC11CD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 17 205 -
CMYK 0.08 0.92 0 0.20
HSL 294.57º 0.85% 0.44% -
HSV(B) 294.57º 0.92% 0.8% -
XYZ 31.96 15.5 59.06 -
YUV 89.56 193.15 198.21 -
System Red Green Blue C M Y K H S L
Decimal 188 17 205 0.08 0.92 0 0.20 294.57 0.85 0.44
Hex BC 11 CD 8 5C 0 14 127 55 2C
Octal 274 21 315 10 134 0 24 447 125 54
Binary 10111100 10001 11001101 1000 1011100 0 10100 100100111 1010101 101100

Color Harmonies of #BC11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11CD

Black with #BC11CD

Text Example


Text Example

White with #BC11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11CD; }

 p { color: rgb(188,17,205); }

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

background-color css

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

 a { background-color: rgb(188,17,205); }

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

border-color css

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

 span { border-color: rgb(188,17,205); }

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