Html Css Color HEX #BE0DDA Deep Magenta

📋 copy color: '#BE0DDA'

red 190 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #BE0DDA

Tints of Deep Magenta #BE0DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.09%

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 45.13%
G = 3.09%
B = 51.78%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE0DDA (or 0xBE0DDA) is known color: Deep Magenta. HEX triplet: BE, 0D and DA. RGB value is (190,13,218). Sum of RGB (Red+Green+Blue) = 190+13+218=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE0DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DDA is #41F225. Grayscale: #585858. Windows color (decimal): -4321830 or 14290366. OLE color: 14290366.

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

Color convert

RGB 190 13 218 -
CMYK 0.13 0.94 0 0.15
HSL 291.8º 0.89% 0.45% -
HSV(B) 291.8º 0.94% 0.85% -
XYZ 34.03 16.3 67.68 -
YUV 89.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 190 13 218 0.13 0.94 0 0.15 291.8 0.89 0.45
Hex BE D DA D 5E 0 F 124 59 2D
Octal 276 15 332 15 136 0 17 444 131 55
Binary 10111110 1101 11011010 1101 1011110 0 1111 100100100 1011001 101101

Color Harmonies of #BE0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DDA

Black with #BE0DDA

Text Example


Text Example

White with #BE0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DDA; }

 p { color: rgb(190,13,218); }

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

background-color css

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

 a { background-color: rgb(190,13,218); }

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

border-color css

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

 span { border-color: rgb(190,13,218); }

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