Html Css Color HEX #BC1BDB Deep Magenta

📋 copy color: '#BC1BDB'

red 188 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #BC1BDB

Tints of Deep Magenta #BC1BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.22%

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

R = 43.32%
G = 6.22%
B = 50.46%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC1BDB (or 0xBC1BDB) is known color: Deep Magenta. HEX triplet: BC, 1B and DB. RGB value is (188,27,219). Sum of RGB (Red+Green+Blue) = 188+27+219=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BDB is #43E424. Grayscale: #606060. Windows color (decimal): -4449317 or 14359484. OLE color: 14359484.

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

Color convert

RGB 188 27 219 -
CMYK 0.14 0.88 0 0.14
HSL 290.31º 0.78% 0.48% -
HSV(B) 290.31º 0.88% 0.86% -
XYZ 33.92 16.59 68.43 -
YUV 97.03 196.84 192.89 -
System Red Green Blue C M Y K H S L
Decimal 188 27 219 0.14 0.88 0 0.14 290.31 0.78 0.48
Hex BC 1B DB E 58 0 E 122 4E 30
Octal 274 33 333 16 130 0 16 442 116 60
Binary 10111100 11011 11011011 1110 1011000 0 1110 100100010 1001110 110000

Color Harmonies of #BC1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BDB

Black with #BC1BDB

Text Example


Text Example

White with #BC1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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