Html Css Color HEX #BE0ADB Deep Magenta

📋 copy color: '#BE0ADB'

red 190 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #BE0ADB

Tints of Deep Magenta #BE0ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.39%

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

R = 45.35%
G = 2.39%
B = 52.27%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE0ADB (or 0xBE0ADB) is known color: Deep Magenta. HEX triplet: BE, 0A and DB. RGB value is (190,10,219). Sum of RGB (Red+Green+Blue) = 190+10+219=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ADB is #41F524. Grayscale: #565656. Windows color (decimal): -4322597 or 14355134. OLE color: 14355134.

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

Color convert

RGB 190 10 219 -
CMYK 0.13 0.95 0 0.14
HSL 291.67º 0.91% 0.45% -
HSV(B) 291.67º 0.95% 0.86% -
XYZ 34.13 16.28 68.36 -
YUV 87.65 202.13 201.01 -
System Red Green Blue C M Y K H S L
Decimal 190 10 219 0.13 0.95 0 0.14 291.67 0.91 0.45
Hex BE A DB D 5F 0 E 124 5B 2D
Octal 276 12 333 15 137 0 16 444 133 55
Binary 10111110 1010 11011011 1101 1011111 0 1110 100100100 1011011 101101

Color Harmonies of #BE0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0ADB

Black with #BE0ADB

Text Example


Text Example

White with #BE0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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