Html Css Color HEX #BE00DE Deep Magenta

📋 copy color: '#BE00DE'

red 190 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #BE00DE

Tints of Deep Magenta #BE00DE

RGB

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

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

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

R = 46.12%
G = 0%
B = 53.88%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE00DE (or 0xBE00DE) is known color: Deep Magenta. HEX triplet: BE, 00 and DE. RGB value is (190,0,222). Sum of RGB (Red+Green+Blue) = 190+0+222=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00DE is #41FF21. Grayscale: #515151. Windows color (decimal): -4325154 or 14549182. OLE color: 14549182.

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

Color convert

RGB 190 0 222 -
CMYK 0.14 1 0 0.13
HSL 291.35º 1% 0.44% -
HSV(B) 291.35º 1% 0.87% -
XYZ 34.42 16.22 70.42 -
YUV 82.12 206.95 204.95 -
System Red Green Blue C M Y K H S L
Decimal 190 0 222 0.14 1 0 0.13 291.35 1 0.44
Hex BE 0 DE E 64 0 D 123 64 2C
Octal 276 0 336 16 144 0 15 443 144 54
Binary 10111110 0 11011110 1110 1100100 0 1101 100100011 1100100 101100

Color Harmonies of #BE00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00DE

Black with #BE00DE

Text Example


Text Example

White with #BE00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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