Html Css Color HEX #BC17CD Deep Magenta

📋 copy color: '#BC17CD'

red 188 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #BC17CD

Tints of Deep Magenta #BC17CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.53%

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

R = 45.19%
G = 5.53%
B = 49.28%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC17CD (or 0xBC17CD) is known color: Deep Magenta. HEX triplet: BC, 17 and CD. RGB value is (188,23,205). Sum of RGB (Red+Green+Blue) = 188+23+205=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17CD is #43E832. Grayscale: #5C5C5C. Windows color (decimal): -4450355 or 13440956. OLE color: 13440956.

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

Color convert

RGB 188 23 205 -
CMYK 0.08 0.89 0 0.20
HSL 294.4º 0.8% 0.45% -
HSV(B) 294.4º 0.89% 0.8% -
XYZ 32.06 15.71 59.1 -
YUV 93.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 188 23 205 0.08 0.89 0 0.20 294.4 0.8 0.45
Hex BC 17 CD 8 59 0 14 126 50 2D
Octal 274 27 315 10 131 0 24 446 120 55
Binary 10111100 10111 11001101 1000 1011001 0 10100 100100110 1010000 101101

Color Harmonies of #BC17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17CD

Black with #BC17CD

Text Example


Text Example

White with #BC17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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