Html Css Color HEX #BF0EDB Deep Magenta

📋 copy color: '#BF0EDB'

red 191 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #BF0EDB

Tints of Deep Magenta #BF0EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.3%

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

R = 45.05%
G = 3.3%
B = 51.65%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF0EDB (or 0xBF0EDB) is known color: Deep Magenta. HEX triplet: BF, 0E and DB. RGB value is (191,14,219). Sum of RGB (Red+Green+Blue) = 191+14+219=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0EDB is #40F124. Grayscale: #595959. Windows color (decimal): -4256037 or 14356159. OLE color: 14356159.

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

Color convert

RGB 191 14 219 -
CMYK 0.13 0.94 0 0.14
HSL 291.8º 0.88% 0.46% -
HSV(B) 291.8º 0.94% 0.86% -
XYZ 34.43 16.5 68.39 -
YUV 90.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 191 14 219 0.13 0.94 0 0.14 291.8 0.88 0.46
Hex BF E DB D 5E 0 E 124 58 2E
Octal 277 16 333 15 136 0 16 444 130 56
Binary 10111111 1110 11011011 1101 1011110 0 1110 100100100 1011000 101110

Color Harmonies of #BF0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0EDB

Black with #BF0EDB

Text Example


Text Example

White with #BF0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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