Html Css Color HEX #BE0DDC Deep Magenta

📋 copy color: '#BE0DDC'

red 190 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #BE0DDC

Tints of Deep Magenta #BE0DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 44.92%
G = 3.07%
B = 52.01%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE0DDC (or 0xBE0DDC) is known color: Deep Magenta. HEX triplet: BE, 0D and DC. RGB value is (190,13,220). Sum of RGB (Red+Green+Blue) = 190+13+220=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DDC is #41F223. Grayscale: #585858. Windows color (decimal): -4321828 or 14421438. OLE color: 14421438.

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

Color convert

RGB 190 13 220 -
CMYK 0.14 0.94 0 0.14
HSL 291.3º 0.89% 0.46% -
HSV(B) 291.3º 0.94% 0.86% -
XYZ 34.3 16.4 69.07 -
YUV 89.52 201.64 199.67 -
System Red Green Blue C M Y K H S L
Decimal 190 13 220 0.14 0.94 0 0.14 291.3 0.89 0.46
Hex BE D DC E 5E 0 E 123 59 2E
Octal 276 15 334 16 136 0 16 443 131 56
Binary 10111110 1101 11011100 1110 1011110 0 1110 100100011 1011001 101110

Color Harmonies of #BE0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DDC

Black with #BE0DDC

Text Example


Text Example

White with #BE0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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