Html Css Color HEX #BC13DB Deep Magenta

📋 copy color: '#BC13DB'

red 188 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #BC13DB

Tints of Deep Magenta #BC13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.46%

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

R = 44.13%
G = 4.46%
B = 51.41%

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

#BC13DB (or 0xBC13DB) is known color: Deep Magenta. HEX triplet: BC, 13 and DB. RGB value is (188,19,219). Sum of RGB (Red+Green+Blue) = 188+19+219=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13DB is #43EC24. Grayscale: #5B5B5B. Windows color (decimal): -4451365 or 14357436. OLE color: 14357436.

HSL color Cylindrical-coordinate representation of color #BC13DB: hue angle of 290.7º degrees, saturation: 0.84, 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 #BC13DB is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 19 219 -
CMYK 0.14 0.91 0 0.14
HSL 290.7º 0.84% 0.47% -
HSV(B) 290.7º 0.91% 0.86% -
XYZ 33.76 16.27 68.38 -
YUV 92.33 199.49 196.24 -
System Red Green Blue C M Y K H S L
Decimal 188 19 219 0.14 0.91 0 0.14 290.7 0.84 0.47
Hex BC 13 DB E 5B 0 E 123 54 2F
Octal 274 23 333 16 133 0 16 443 124 57
Binary 10111100 10011 11011011 1110 1011011 0 1110 100100011 1010100 101111

Color Harmonies of #BC13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13DB

Black with #BC13DB

Text Example


Text Example

White with #BC13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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