Html Css Color HEX #BF14DF Deep Magenta

📋 copy color: '#BF14DF'

red 191 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #BF14DF

Tints of Deep Magenta #BF14DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 44.01%
G = 4.61%
B = 51.38%

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

#BF14DF (or 0xBF14DF) is known color: Deep Magenta. HEX triplet: BF, 14 and DF. RGB value is (191,20,223). Sum of RGB (Red+Green+Blue) = 191+20+223=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14DF is #40EB20. Grayscale: #5D5D5D. Windows color (decimal): -4254497 or 14619839. OLE color: 14619839.

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

Color convert

RGB 191 20 223 -
CMYK 0.14 0.91 0 0.13
HSL 290.54º 0.84% 0.48% -
HSV(B) 290.54º 0.91% 0.87% -
XYZ 35.06 16.9 71.23 -
YUV 94.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 191 20 223 0.14 0.91 0 0.13 290.54 0.84 0.48
Hex BF 14 DF E 5B 0 D 123 54 30
Octal 277 24 337 16 133 0 15 443 124 60
Binary 10111111 10100 11011111 1110 1011011 0 1101 100100011 1010100 110000

Color Harmonies of #BF14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14DF

Black with #BF14DF

Text Example


Text Example

White with #BF14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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