Html Css Color HEX #BE1CDE Deep Magenta

📋 copy color: '#BE1CDE'

red 190 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #BE1CDE

Tints of Deep Magenta #BE1CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.36%

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

R = 43.18%
G = 6.36%
B = 50.45%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE1CDE (or 0xBE1CDE) is known color: Deep Magenta. HEX triplet: BE, 1C and DE. RGB value is (190,28,222). Sum of RGB (Red+Green+Blue) = 190+28+222=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CDE is #41E321. Grayscale: #616161. Windows color (decimal): -4317986 or 14556350. OLE color: 14556350.

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

Color convert

RGB 190 28 222 -
CMYK 0.14 0.87 0 0.13
HSL 290.1º 0.78% 0.49% -
HSV(B) 290.1º 0.87% 0.87% -
XYZ 34.84 17.05 70.56 -
YUV 98.55 197.67 193.23 -
System Red Green Blue C M Y K H S L
Decimal 190 28 222 0.14 0.87 0 0.13 290.1 0.78 0.49
Hex BE 1C DE E 57 0 D 122 4E 31
Octal 276 34 336 16 127 0 15 442 116 61
Binary 10111110 11100 11011110 1110 1010111 0 1101 100100010 1001110 110001

Color Harmonies of #BE1CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CDE

Black with #BE1CDE

Text Example


Text Example

White with #BE1CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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