Html Css Color HEX #BE0ADE Deep Magenta

📋 copy color: '#BE0ADE'

red 190 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #BE0ADE

Tints of Deep Magenta #BE0ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 45.02%
G = 2.37%
B = 52.61%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE0ADE (or 0xBE0ADE) is known color: Deep Magenta. HEX triplet: BE, 0A and DE. RGB value is (190,10,222). Sum of RGB (Red+Green+Blue) = 190+10+222=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE0ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ADE is #41F521. Grayscale: #575757. Windows color (decimal): -4322594 or 14551742. OLE color: 14551742.

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

Color convert

RGB 190 10 222 -
CMYK 0.14 0.95 0 0.13
HSL 290.94º 0.91% 0.45% -
HSV(B) 290.94º 0.95% 0.87% -
XYZ 34.53 16.44 70.46 -
YUV 87.99 203.63 200.76 -
System Red Green Blue C M Y K H S L
Decimal 190 10 222 0.14 0.95 0 0.13 290.94 0.91 0.45
Hex BE A DE E 5F 0 D 123 5B 2D
Octal 276 12 336 16 137 0 15 443 133 55
Binary 10111110 1010 11011110 1110 1011111 0 1101 100100011 1011011 101101

Color Harmonies of #BE0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0ADE

Black with #BE0ADE

Text Example


Text Example

White with #BE0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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