Html Css Color HEX #BC19DB Deep Magenta

📋 copy color: '#BC19DB'

red 188 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #BC19DB

Tints of Deep Magenta #BC19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.79%

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

R = 43.52%
G = 5.79%
B = 50.69%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC19DB (or 0xBC19DB) is known color: Deep Magenta. HEX triplet: BC, 19 and DB. RGB value is (188,25,219). Sum of RGB (Red+Green+Blue) = 188+25+219=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19DB is #43E624. Grayscale: #5F5F5F. Windows color (decimal): -4449829 or 14358972. OLE color: 14358972.

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

Color convert

RGB 188 25 219 -
CMYK 0.14 0.89 0 0.14
HSL 290.41º 0.8% 0.48% -
HSV(B) 290.41º 0.89% 0.86% -
XYZ 33.87 16.5 68.42 -
YUV 95.85 197.5 193.73 -
System Red Green Blue C M Y K H S L
Decimal 188 25 219 0.14 0.89 0 0.14 290.41 0.8 0.48
Hex BC 19 DB E 59 0 E 122 50 30
Octal 274 31 333 16 131 0 16 442 120 60
Binary 10111100 11001 11011011 1110 1011001 0 1110 100100010 1010000 110000

Color Harmonies of #BC19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19DB

Black with #BC19DB

Text Example


Text Example

White with #BC19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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