Html Css Color HEX #BF11DD Deep Magenta

📋 copy color: '#BF11DD'

red 191 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #BF11DD

Tints of Deep Magenta #BF11DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 44.52%
G = 3.96%
B = 51.52%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF11DD (or 0xBF11DD) is known color: Deep Magenta. HEX triplet: BF, 11 and DD. RGB value is (191,17,221). Sum of RGB (Red+Green+Blue) = 191+17+221=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11DD is #40EE22. Grayscale: #5B5B5B. Windows color (decimal): -4255267 or 14487999. OLE color: 14487999.

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

Color convert

RGB 191 17 221 -
CMYK 0.14 0.92 0 0.13
HSL 291.18º 0.86% 0.47% -
HSV(B) 291.18º 0.92% 0.87% -
XYZ 34.74 16.7 69.8 -
YUV 92.28 200.65 198.41 -
System Red Green Blue C M Y K H S L
Decimal 191 17 221 0.14 0.92 0 0.13 291.18 0.86 0.47
Hex BF 11 DD E 5C 0 D 123 56 2F
Octal 277 21 335 16 134 0 15 443 126 57
Binary 10111111 10001 11011101 1110 1011100 0 1101 100100011 1010110 101111

Color Harmonies of #BF11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11DD

Black with #BF11DD

Text Example


Text Example

White with #BF11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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