Html Css Color HEX #BE00DB Deep Magenta

📋 copy color: '#BE00DB'

red 190 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #BE00DB

Tints of Deep Magenta #BE00DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 46.45%
G = 0%
B = 53.55%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE00DB (or 0xBE00DB) is known color: Deep Magenta. HEX triplet: BE, 00 and DB. RGB value is (190,0,219). Sum of RGB (Red+Green+Blue) = 190+0+219=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00DB is #41FF24. Grayscale: #515151. Windows color (decimal): -4325157 or 14352574. OLE color: 14352574.

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

Color convert

RGB 190 0 219 -
CMYK 0.13 1 0 0.14
HSL 292.05º 1% 0.43% -
HSV(B) 292.05º 1% 0.86% -
XYZ 34.02 16.06 68.32 -
YUV 81.78 205.45 205.19 -
System Red Green Blue C M Y K H S L
Decimal 190 0 219 0.13 1 0 0.14 292.05 1 0.43
Hex BE 0 DB D 64 0 E 124 64 2B
Octal 276 0 333 15 144 0 16 444 144 53
Binary 10111110 0 11011011 1101 1100100 0 1110 100100100 1100100 101011

Color Harmonies of #BE00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00DB

Black with #BE00DB

Text Example


Text Example

White with #BE00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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