Html Css Color HEX #BE00DC Deep Magenta

📋 copy color: '#BE00DC'

red 190 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #BE00DC

Tints of Deep Magenta #BE00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.34%
G = 0%
B = 53.66%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE00DC (or 0xBE00DC) is known color: Deep Magenta. HEX triplet: BE, 00 and DC. RGB value is (190,0,220). Sum of RGB (Red+Green+Blue) = 190+0+220=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00DC is #41FF23. Grayscale: #515151. Windows color (decimal): -4325156 or 14418110. OLE color: 14418110.

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

Color convert

RGB 190 0 220 -
CMYK 0.14 1 0 0.14
HSL 291.82º 1% 0.43% -
HSV(B) 291.82º 1% 0.86% -
XYZ 34.15 16.11 69.02 -
YUV 81.89 205.95 205.11 -
System Red Green Blue C M Y K H S L
Decimal 190 0 220 0.14 1 0 0.14 291.82 1 0.43
Hex BE 0 DC E 64 0 E 124 64 2B
Octal 276 0 334 16 144 0 16 444 144 53
Binary 10111110 0 11011100 1110 1100100 0 1110 100100100 1100100 101011

Color Harmonies of #BE00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00DC

Black with #BE00DC

Text Example


Text Example

White with #BE00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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