Html Css Color HEX #BF14BF Deep Magenta

📋 copy color: '#BF14BF'

red 191 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #BF14BF

Tints of Deep Magenta #BF14BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 47.51%
G = 4.98%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF14BF (or 0xBF14BF) is known color: Deep Magenta. HEX triplet: BF, 14 and BF. RGB value is (191,20,191). Sum of RGB (Red+Green+Blue) = 191+20+191=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14BF is #40EB40. Grayscale: #5A5A5A. Windows color (decimal): -4254529 or 12522687. OLE color: 12522687.

HSL color Cylindrical-coordinate representation of color #BF14BF: hue angle of 300º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF14BF is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 191 -
CMYK 0 0.90 0 0.25
HSL 300º 0.81% 0.41% -
HSV(B) 300º 0.9% 0.75% -
XYZ 31.14 15.34 50.61 -
YUV 90.62 184.65 199.6 -
System Red Green Blue C M Y K H S L
Decimal 191 20 191 0 0.90 0 0.25 300 0.81 0.41
Hex BF 14 BF 0 5A 0 19 12C 51 29
Octal 277 24 277 0 132 0 31 454 121 51
Binary 10111111 10100 10111111 0 1011010 0 11001 100101100 1010001 101001

Color Harmonies of #BF14BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14BF

Black with #BF14BF

Text Example


Text Example

White with #BF14BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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