Html Css Color HEX #BE00DF Deep Magenta

📋 copy color: '#BE00DF'

red 190 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #BE00DF

Tints of Deep Magenta #BE00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 46%
G = 0%
B = 54%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE00DF (or 0xBE00DF) is known color: Deep Magenta. HEX triplet: BE, 00 and DF. RGB value is (190,0,223). Sum of RGB (Red+Green+Blue) = 190+0+223=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00DF is #41FF20. Grayscale: #515151. Windows color (decimal): -4325153 or 14614718. OLE color: 14614718.

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

Color convert

RGB 190 0 223 -
CMYK 0.15 1 0 0.13
HSL 291.12º 1% 0.44% -
HSV(B) 291.12º 1% 0.87% -
XYZ 34.55 16.27 71.13 -
YUV 82.23 207.45 204.87 -
System Red Green Blue C M Y K H S L
Decimal 190 0 223 0.15 1 0 0.13 291.12 1 0.44
Hex BE 0 DF F 64 0 D 123 64 2C
Octal 276 0 337 17 144 0 15 443 144 54
Binary 10111110 0 11011111 1111 1100100 0 1101 100100011 1100100 101100

Color Harmonies of #BE00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00DF

Black with #BE00DF

Text Example


Text Example

White with #BE00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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