Html Css Color HEX #BE0EDB Deep Magenta

📋 copy color: '#BE0EDB'

red 190 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #BE0EDB

Tints of Deep Magenta #BE0EDB

RGB

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

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

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

R = 44.92%
G = 3.31%
B = 51.77%

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

#BE0EDB (or 0xBE0EDB) is known color: Deep Magenta. HEX triplet: BE, 0E and DB. RGB value is (190,14,219). Sum of RGB (Red+Green+Blue) = 190+14+219=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EDB is #41F124. Grayscale: #595959. Windows color (decimal): -4321573 or 14356158. OLE color: 14356158.

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

Color convert

RGB 190 14 219 -
CMYK 0.13 0.94 0 0.14
HSL 291.51º 0.88% 0.46% -
HSV(B) 291.51º 0.94% 0.86% -
XYZ 34.18 16.38 68.38 -
YUV 89.99 200.81 199.33 -
System Red Green Blue C M Y K H S L
Decimal 190 14 219 0.13 0.94 0 0.14 291.51 0.88 0.46
Hex BE E DB D 5E 0 E 124 58 2E
Octal 276 16 333 15 136 0 16 444 130 56
Binary 10111110 1110 11011011 1101 1011110 0 1110 100100100 1011000 101110

Color Harmonies of #BE0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EDB

Black with #BE0EDB

Text Example


Text Example

White with #BE0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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