Html Css Color HEX #BC1CDB Deep Magenta

📋 copy color: '#BC1CDB'

red 188 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #BC1CDB

Tints of Deep Magenta #BC1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.44%

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

R = 43.22%
G = 6.44%
B = 50.34%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC1CDB (or 0xBC1CDB) is known color: Deep Magenta. HEX triplet: BC, 1C and DB. RGB value is (188,28,219). Sum of RGB (Red+Green+Blue) = 188+28+219=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CDB is #43E324. Grayscale: #616161. Windows color (decimal): -4449061 or 14359740. OLE color: 14359740.

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

Color convert

RGB 188 28 219 -
CMYK 0.14 0.87 0 0.14
HSL 290.26º 0.77% 0.48% -
HSV(B) 290.26º 0.87% 0.86% -
XYZ 33.94 16.64 68.44 -
YUV 97.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 188 28 219 0.14 0.87 0 0.14 290.26 0.77 0.48
Hex BC 1C DB E 57 0 E 122 4D 30
Octal 274 34 333 16 127 0 16 442 115 60
Binary 10111100 11100 11011011 1110 1010111 0 1110 100100010 1001101 110000

Color Harmonies of #BC1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CDB

Black with #BC1CDB

Text Example


Text Example

White with #BC1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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