Html Css Color HEX #BF10DD Deep Magenta

📋 copy color: '#BF10DD'

red 191 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #BF10DD

Tints of Deep Magenta #BF10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.74%

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

R = 44.63%
G = 3.74%
B = 51.64%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF10DD (or 0xBF10DD) is known color: Deep Magenta. HEX triplet: BF, 10 and DD. RGB value is (191,16,221). Sum of RGB (Red+Green+Blue) = 191+16+221=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10DD is #40EF22. Grayscale: #5B5B5B. Windows color (decimal): -4255523 or 14487743. OLE color: 14487743.

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

Color convert

RGB 191 16 221 -
CMYK 0.14 0.93 0 0.13
HSL 291.22º 0.86% 0.46% -
HSV(B) 291.22º 0.93% 0.87% -
XYZ 34.72 16.67 69.79 -
YUV 91.7 200.98 198.83 -
System Red Green Blue C M Y K H S L
Decimal 191 16 221 0.14 0.93 0 0.13 291.22 0.86 0.46
Hex BF 10 DD E 5D 0 D 123 56 2E
Octal 277 20 335 16 135 0 15 443 126 56
Binary 10111111 10000 11011101 1110 1011101 0 1101 100100011 1010110 101110

Color Harmonies of #BF10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF10DD

Black with #BF10DD

Text Example


Text Example

White with #BF10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF10DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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