Html Css Color HEX #BF13DD Deep Magenta

📋 copy color: '#BF13DD'

red 191 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #BF13DD

Tints of Deep Magenta #BF13DD

RGB

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

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

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

R = 44.32%
G = 4.41%
B = 51.28%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF13DD (or 0xBF13DD) is known color: Deep Magenta. HEX triplet: BF, 13 and DD. RGB value is (191,19,221). Sum of RGB (Red+Green+Blue) = 191+19+221=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF13DD is #40EC22. Grayscale: #5C5C5C. Windows color (decimal): -4254755 or 14488511. OLE color: 14488511.

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

Color convert

RGB 191 19 221 -
CMYK 0.14 0.91 0 0.13
HSL 291.09º 0.84% 0.47% -
HSV(B) 291.09º 0.91% 0.87% -
XYZ 34.77 16.76 69.81 -
YUV 93.46 199.98 197.57 -
System Red Green Blue C M Y K H S L
Decimal 191 19 221 0.14 0.91 0 0.13 291.09 0.84 0.47
Hex BF 13 DD E 5B 0 D 123 54 2F
Octal 277 23 335 16 133 0 15 443 124 57
Binary 10111111 10011 11011101 1110 1011011 0 1101 100100011 1010100 101111

Color Harmonies of #BF13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13DD

Black with #BF13DD

Text Example


Text Example

White with #BF13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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