Html Css Color HEX #BC19CD Deep Magenta

📋 copy color: '#BC19CD'

red 188 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #BC19CD

Tints of Deep Magenta #BC19CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.98%

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

R = 44.98%
G = 5.98%
B = 49.04%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC19CD (or 0xBC19CD) is known color: Deep Magenta. HEX triplet: BC, 19 and CD. RGB value is (188,25,205). Sum of RGB (Red+Green+Blue) = 188+25+205=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19CD is #43E632. Grayscale: #5D5D5D. Windows color (decimal): -4449843 or 13441468. OLE color: 13441468.

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

Color convert

RGB 188 25 205 -
CMYK 0.08 0.88 0 0.20
HSL 294.33º 0.78% 0.45% -
HSV(B) 294.33º 0.88% 0.8% -
XYZ 32.11 15.79 59.11 -
YUV 94.26 190.5 194.86 -
System Red Green Blue C M Y K H S L
Decimal 188 25 205 0.08 0.88 0 0.20 294.33 0.78 0.45
Hex BC 19 CD 8 58 0 14 126 4E 2D
Octal 274 31 315 10 130 0 24 446 116 55
Binary 10111100 11001 11001101 1000 1011000 0 10100 100100110 1001110 101101

Color Harmonies of #BC19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19CD

Black with #BC19CD

Text Example


Text Example

White with #BC19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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