Html Css Color HEX #BF14DD Deep Magenta

📋 copy color: '#BF14DD'

red 191 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #BF14DD

Tints of Deep Magenta #BF14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.63%

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

R = 44.21%
G = 4.63%
B = 51.16%

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

#BF14DD (or 0xBF14DD) is known color: Deep Magenta. HEX triplet: BF, 14 and DD. RGB value is (191,20,221). Sum of RGB (Red+Green+Blue) = 191+20+221=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14DD is #40EB22. Grayscale: #5D5D5D. Windows color (decimal): -4254499 or 14488767. OLE color: 14488767.

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

Color convert

RGB 191 20 221 -
CMYK 0.14 0.91 0 0.13
HSL 291.04º 0.83% 0.47% -
HSV(B) 291.04º 0.91% 0.87% -
XYZ 34.79 16.8 69.82 -
YUV 94.04 199.65 197.16 -
System Red Green Blue C M Y K H S L
Decimal 191 20 221 0.14 0.91 0 0.13 291.04 0.83 0.47
Hex BF 14 DD E 5B 0 D 123 53 2F
Octal 277 24 335 16 133 0 15 443 123 57
Binary 10111111 10100 11011101 1110 1011011 0 1101 100100011 1010011 101111

Color Harmonies of #BF14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14DD

Black with #BF14DD

Text Example


Text Example

White with #BF14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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