Html Css Color HEX #BF14DB Deep Magenta

📋 copy color: '#BF14DB'

red 191 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #BF14DB

Tints of Deep Magenta #BF14DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 44.42%
G = 4.65%
B = 50.93%

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

#BF14DB (or 0xBF14DB) is known color: Deep Magenta. HEX triplet: BF, 14 and DB. RGB value is (191,20,219). Sum of RGB (Red+Green+Blue) = 191+20+219=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14DB is #40EB24. Grayscale: #5D5D5D. Windows color (decimal): -4254501 or 14357695. OLE color: 14357695.

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

Color convert

RGB 191 20 219 -
CMYK 0.13 0.91 0 0.14
HSL 291.56º 0.83% 0.47% -
HSV(B) 291.56º 0.91% 0.86% -
XYZ 34.52 16.69 68.42 -
YUV 93.82 198.65 197.32 -
System Red Green Blue C M Y K H S L
Decimal 191 20 219 0.13 0.91 0 0.14 291.56 0.83 0.47
Hex BF 14 DB D 5B 0 E 124 53 2F
Octal 277 24 333 15 133 0 16 444 123 57
Binary 10111111 10100 11011011 1101 1011011 0 1110 100100100 1010011 101111

Color Harmonies of #BF14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14DB

Black with #BF14DB

Text Example


Text Example

White with #BF14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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