Html Css Color HEX #BE0FDB Deep Magenta

📋 copy color: '#BE0FDB'

red 190 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #BE0FDB

Tints of Deep Magenta #BE0FDB

RGB

 RED value IS 190 (74.61% from 255) = 44.81%

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

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

R = 44.81%
G = 3.54%
B = 51.65%

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

#BE0FDB (or 0xBE0FDB) is known color: Deep Magenta. HEX triplet: BE, 0F and DB. RGB value is (190,15,219). Sum of RGB (Red+Green+Blue) = 190+15+219=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 15 (6.25% from 255 or 3.54% 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 #BE0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FDB is #41F024. Grayscale: #595959. Windows color (decimal): -4321317 or 14356414. OLE color: 14356414.

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

Color convert

RGB 190 15 219 -
CMYK 0.13 0.93 0 0.14
HSL 291.47º 0.87% 0.46% -
HSV(B) 291.47º 0.93% 0.86% -
XYZ 34.19 16.4 68.38 -
YUV 90.58 200.48 198.91 -
System Red Green Blue C M Y K H S L
Decimal 190 15 219 0.13 0.93 0 0.14 291.47 0.87 0.46
Hex BE F DB D 5D 0 E 123 57 2E
Octal 276 17 333 15 135 0 16 443 127 56
Binary 10111110 1111 11011011 1101 1011101 0 1110 100100011 1010111 101110

Color Harmonies of #BE0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FDB

Black with #BE0FDB

Text Example


Text Example

White with #BE0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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