Html Css Color HEX #BE18DE Deep Magenta

📋 copy color: '#BE18DE'

red 190 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #BE18DE

Tints of Deep Magenta #BE18DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.5%

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

R = 43.58%
G = 5.5%
B = 50.92%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE18DE (or 0xBE18DE) is known color: Deep Magenta. HEX triplet: BE, 18 and DE. RGB value is (190,24,222). Sum of RGB (Red+Green+Blue) = 190+24+222=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE18DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18DE is #41E721. Grayscale: #5F5F5F. Windows color (decimal): -4319010 or 14555326. OLE color: 14555326.

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

Color convert

RGB 190 24 222 -
CMYK 0.14 0.89 0 0.13
HSL 290.3º 0.8% 0.48% -
HSV(B) 290.3º 0.89% 0.87% -
XYZ 34.75 16.87 70.53 -
YUV 96.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 190 24 222 0.14 0.89 0 0.13 290.3 0.8 0.48
Hex BE 18 DE E 59 0 D 122 50 30
Octal 276 30 336 16 131 0 15 442 120 60
Binary 10111110 11000 11011110 1110 1011001 0 1101 100100010 1010000 110000

Color Harmonies of #BE18DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18DE

Black with #BE18DE

Text Example


Text Example

White with #BE18DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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