Html Css Color HEX #BC1FDD Deep Magenta

📋 copy color: '#BC1FDD'

red 188 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #BC1FDD

Tints of Deep Magenta #BC1FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 42.73%
G = 7.05%
B = 50.23%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC1FDD (or 0xBC1FDD) is known color: Deep Magenta. HEX triplet: BC, 1F and DD. RGB value is (188,31,221). Sum of RGB (Red+Green+Blue) = 188+31+221=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FDD is #43E022. Grayscale: #636363. Windows color (decimal): -4448291 or 14491580. OLE color: 14491580.

HSL color Cylindrical-coordinate representation of color #BC1FDD: hue angle of 289.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1FDD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 31 221 -
CMYK 0.15 0.86 0 0.13
HSL 289.58º 0.75% 0.49% -
HSV(B) 289.58º 0.86% 0.87% -
XYZ 34.28 16.89 69.86 -
YUV 99.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 188 31 221 0.15 0.86 0 0.13 289.58 0.75 0.49
Hex BC 1F DD F 56 0 D 122 4B 31
Octal 274 37 335 17 126 0 15 442 113 61
Binary 10111100 11111 11011101 1111 1010110 0 1101 100100010 1001011 110001

Color Harmonies of #BC1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FDD

Black with #BC1FDD

Text Example


Text Example

White with #BC1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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