Html Css Color HEX #BC1FDB Deep Magenta

📋 copy color: '#BC1FDB'

red 188 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #BC1FDB

Tints of Deep Magenta #BC1FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 42.92%
G = 7.08%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC1FDB (or 0xBC1FDB) is known color: Deep Magenta. HEX triplet: BC, 1F and DB. RGB value is (188,31,219). Sum of RGB (Red+Green+Blue) = 188+31+219=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FDB is #43E024. Grayscale: #626262. Windows color (decimal): -4448293 or 14360508. OLE color: 14360508.

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

Color convert

RGB 188 31 219 -
CMYK 0.14 0.86 0 0.14
HSL 290.11º 0.75% 0.49% -
HSV(B) 290.11º 0.86% 0.86% -
XYZ 34.02 16.79 68.47 -
YUV 99.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 188 31 219 0.14 0.86 0 0.14 290.11 0.75 0.49
Hex BC 1F DB E 56 0 E 122 4B 31
Octal 274 37 333 16 126 0 16 442 113 61
Binary 10111100 11111 11011011 1110 1010110 0 1110 100100010 1001011 110001

Color Harmonies of #BC1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FDB

Black with #BC1FDB

Text Example


Text Example

White with #BC1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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