Html Css Color HEX #BF11DB Deep Magenta

📋 copy color: '#BF11DB'

red 191 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #BF11DB

Tints of Deep Magenta #BF11DB

RGB

 RED value IS 191 (75% from 255) = 44.73%

 GREEN value IS 17 (7.03% from 255) = 3.98%

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

R = 44.73%
G = 3.98%
B = 51.29%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF11DB (or 0xBF11DB) is known color: Deep Magenta. HEX triplet: BF, 11 and DB. RGB value is (191,17,219). Sum of RGB (Red+Green+Blue) = 191+17+219=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 17 (7.03% from 255 or 3.98% 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 #BF11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11DB is #40EE24. Grayscale: #5B5B5B. Windows color (decimal): -4255269 or 14356927. OLE color: 14356927.

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

Color convert

RGB 191 17 219 -
CMYK 0.13 0.92 0 0.14
HSL 291.68º 0.86% 0.46% -
HSV(B) 291.68º 0.92% 0.86% -
XYZ 34.47 16.59 68.4 -
YUV 92.05 199.65 198.57 -
System Red Green Blue C M Y K H S L
Decimal 191 17 219 0.13 0.92 0 0.14 291.68 0.86 0.46
Hex BF 11 DB D 5C 0 E 124 56 2E
Octal 277 21 333 15 134 0 16 444 126 56
Binary 10111111 10001 11011011 1101 1011100 0 1110 100100100 1010110 101110

Color Harmonies of #BF11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11DB

Black with #BF11DB

Text Example


Text Example

White with #BF11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11DB; }

 p { color: rgb(191,17,219); }

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

background-color css

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

 a { background-color: rgb(191,17,219); }

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

border-color css

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

 span { border-color: rgb(191,17,219); }

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