Html Css Color HEX #BF14DC Deep Magenta

📋 copy color: '#BF14DC'

red 191 ◦ green 20 ◦ blue 220

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

Shades of Deep Magenta #BF14DC

Tints of Deep Magenta #BF14DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 44.32%
G = 4.64%
B = 51.04%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF14DC (or 0xBF14DC) is known color: Deep Magenta. HEX triplet: BF, 14 and DC. RGB value is (191,20,220). Sum of RGB (Red+Green+Blue) = 191+20+220=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF14DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14DC is #40EB23. Grayscale: #5D5D5D. Windows color (decimal): -4254500 or 14423231. OLE color: 14423231.

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

Color convert

RGB 191 20 220 -
CMYK 0.13 0.91 0 0.14
HSL 291.3º 0.83% 0.47% -
HSV(B) 291.3º 0.91% 0.86% -
XYZ 34.65 16.74 69.12 -
YUV 93.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 191 20 220 0.13 0.91 0 0.14 291.3 0.83 0.47
Hex BF 14 DC D 5B 0 E 123 53 2F
Octal 277 24 334 15 133 0 16 443 123 57
Binary 10111111 10100 11011100 1101 1011011 0 1110 100100011 1010011 101111

Color Harmonies of #BF14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14DC

Black with #BF14DC

Text Example


Text Example

White with #BF14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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