Html Css Color HEX #BE0DD9 Deep Magenta

📋 copy color: '#BE0DD9'

red 190 ◦ green 13 ◦ blue 217

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

Shades of Deep Magenta #BE0DD9

Tints of Deep Magenta #BE0DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 45.24%
G = 3.1%
B = 51.67%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE0DD9 (or 0xBE0DD9) is known color: Deep Magenta. HEX triplet: BE, 0D and D9. RGB value is (190,13,217). Sum of RGB (Red+Green+Blue) = 190+13+217=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE0DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DD9 is #41F226. Grayscale: #585858. Windows color (decimal): -4321831 or 14224830. OLE color: 14224830.

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

Color convert

RGB 190 13 217 -
CMYK 0.12 0.94 0 0.15
HSL 292.06º 0.89% 0.45% -
HSV(B) 292.06º 0.94% 0.85% -
XYZ 33.9 16.24 66.99 -
YUV 89.18 200.14 199.91 -
System Red Green Blue C M Y K H S L
Decimal 190 13 217 0.12 0.94 0 0.15 292.06 0.89 0.45
Hex BE D D9 C 5E 0 F 124 59 2D
Octal 276 15 331 14 136 0 17 444 131 55
Binary 10111110 1101 11011001 1100 1011110 0 1111 100100100 1011001 101101

Color Harmonies of #BE0DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DD9

Black with #BE0DD9

Text Example


Text Example

White with #BE0DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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