Html Css Color HEX #BF0FDB Deep Magenta

📋 copy color: '#BF0FDB'

red 191 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #BF0FDB

Tints of Deep Magenta #BF0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.53%

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

R = 44.94%
G = 3.53%
B = 51.53%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF0FDB (or 0xBF0FDB) is known color: Deep Magenta. HEX triplet: BF, 0F and DB. RGB value is (191,15,219). Sum of RGB (Red+Green+Blue) = 191+15+219=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FDB is #40F024. Grayscale: #5A5A5A. Windows color (decimal): -4255781 or 14356415. OLE color: 14356415.

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

Color convert

RGB 191 15 219 -
CMYK 0.13 0.93 0 0.14
HSL 291.76º 0.87% 0.46% -
HSV(B) 291.76º 0.93% 0.86% -
XYZ 34.44 16.53 68.39 -
YUV 90.88 200.31 199.41 -
System Red Green Blue C M Y K H S L
Decimal 191 15 219 0.13 0.93 0 0.14 291.76 0.87 0.46
Hex BF F DB D 5D 0 E 124 57 2E
Octal 277 17 333 15 135 0 16 444 127 56
Binary 10111111 1111 11011011 1101 1011101 0 1110 100100100 1010111 101110

Color Harmonies of #BF0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FDB

Black with #BF0FDB

Text Example


Text Example

White with #BF0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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