Html Css Color HEX #BE10DE Deep Magenta

📋 copy color: '#BE10DE'

red 190 ◦ green 16 ◦ blue 222

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

Shades of Deep Magenta #BE10DE

Tints of Deep Magenta #BE10DE

RGB

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

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

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

R = 44.39%
G = 3.74%
B = 51.87%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE10DE (or 0xBE10DE) is known color: Deep Magenta. HEX triplet: BE, 10 and DE. RGB value is (190,16,222). Sum of RGB (Red+Green+Blue) = 190+16+222=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE10DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10DE is #41EF21. Grayscale: #5A5A5A. Windows color (decimal): -4321058 or 14553278. OLE color: 14553278.

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

Color convert

RGB 190 16 222 -
CMYK 0.14 0.93 0 0.13
HSL 290.68º 0.87% 0.47% -
HSV(B) 290.68º 0.93% 0.87% -
XYZ 34.61 16.59 70.49 -
YUV 91.51 201.65 198.25 -
System Red Green Blue C M Y K H S L
Decimal 190 16 222 0.14 0.93 0 0.13 290.68 0.87 0.47
Hex BE 10 DE E 5D 0 D 123 57 2F
Octal 276 20 336 16 135 0 15 443 127 57
Binary 10111110 10000 11011110 1110 1011101 0 1101 100100011 1010111 101111

Color Harmonies of #BE10DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10DE

Black with #BE10DE

Text Example


Text Example

White with #BE10DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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