Html Css Color HEX #BE10DB Deep Magenta

📋 copy color: '#BE10DB'

red 190 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #BE10DB

Tints of Deep Magenta #BE10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

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

R = 44.71%
G = 3.76%
B = 51.53%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE10DB (or 0xBE10DB) is known color: Deep Magenta. HEX triplet: BE, 10 and DB. RGB value is (190,16,219). Sum of RGB (Red+Green+Blue) = 190+16+219=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10DB is #41EF24. Grayscale: #5A5A5A. Windows color (decimal): -4321061 or 14356670. OLE color: 14356670.

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

Color convert

RGB 190 16 219 -
CMYK 0.13 0.93 0 0.14
HSL 291.43º 0.86% 0.46% -
HSV(B) 291.43º 0.93% 0.86% -
XYZ 34.21 16.43 68.39 -
YUV 91.17 200.15 198.49 -
System Red Green Blue C M Y K H S L
Decimal 190 16 219 0.13 0.93 0 0.14 291.43 0.86 0.46
Hex BE 10 DB D 5D 0 E 123 56 2E
Octal 276 20 333 15 135 0 16 443 126 56
Binary 10111110 10000 11011011 1101 1011101 0 1110 100100011 1010110 101110

Color Harmonies of #BE10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10DB

Black with #BE10DB

Text Example


Text Example

White with #BE10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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