Html Css Color HEX #BC14DB Deep Magenta

📋 copy color: '#BC14DB'

red 188 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #BC14DB

Tints of Deep Magenta #BC14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.68%

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

R = 44.03%
G = 4.68%
B = 51.29%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC14DB (or 0xBC14DB) is known color: Deep Magenta. HEX triplet: BC, 14 and DB. RGB value is (188,20,219). Sum of RGB (Red+Green+Blue) = 188+20+219=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14DB is #43EB24. Grayscale: #5C5C5C. Windows color (decimal): -4451109 or 14357692. OLE color: 14357692.

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

Color convert

RGB 188 20 219 -
CMYK 0.14 0.91 0 0.14
HSL 290.65º 0.83% 0.47% -
HSV(B) 290.65º 0.91% 0.86% -
XYZ 33.78 16.31 68.39 -
YUV 92.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 188 20 219 0.14 0.91 0 0.14 290.65 0.83 0.47
Hex BC 14 DB E 5B 0 E 123 53 2F
Octal 274 24 333 16 133 0 16 443 123 57
Binary 10111100 10100 11011011 1110 1011011 0 1110 100100011 1010011 101111

Color Harmonies of #BC14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14DB

Black with #BC14DB

Text Example


Text Example

White with #BC14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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