Html Css Color HEX #BC1FCD Deep Magenta

📋 copy color: '#BC1FCD'

red 188 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #BC1FCD

Tints of Deep Magenta #BC1FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.31%

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

R = 44.34%
G = 7.31%
B = 48.35%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC1FCD (or 0xBC1FCD) is known color: Deep Magenta. HEX triplet: BC, 1F and CD. RGB value is (188,31,205). Sum of RGB (Red+Green+Blue) = 188+31+205=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FCD is #43E032. Grayscale: #616161. Windows color (decimal): -4448307 or 13443004. OLE color: 13443004.

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

Color convert

RGB 188 31 205 -
CMYK 0.08 0.85 0 0.20
HSL 294.14º 0.74% 0.46% -
HSV(B) 294.14º 0.85% 0.8% -
XYZ 32.25 16.08 59.16 -
YUV 97.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 188 31 205 0.08 0.85 0 0.20 294.14 0.74 0.46
Hex BC 1F CD 8 55 0 14 126 4A 2E
Octal 274 37 315 10 125 0 24 446 112 56
Binary 10111100 11111 11001101 1000 1010101 0 10100 100100110 1001010 101110

Color Harmonies of #BC1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FCD

Black with #BC1FCD

Text Example


Text Example

White with #BC1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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