Html Css Color HEX #BE1EC9 Deep Magenta

📋 copy color: '#BE1EC9'

red 190 ◦ green 30 ◦ blue 201

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

Shades of Deep Magenta #BE1EC9

Tints of Deep Magenta #BE1EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.13%

 BLUE value IS 201 (78.91% from 255) = 47.74%

R = 45.13%
G = 7.13%
B = 47.74%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE1EC9 (or 0xBE1EC9) is known color: Deep Magenta. HEX triplet: BE, 1E and C9. RGB value is (190,30,201). Sum of RGB (Red+Green+Blue) = 190+30+201=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE1EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EC9 is #41E136. Grayscale: #606060. Windows color (decimal): -4317495 or 13180606. OLE color: 13180606.

HSL color Cylindrical-coordinate representation of color #BE1EC9: hue angle of 296.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1EC9 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 30 201 -
CMYK 0.05 0.85 0 0.21
HSL 296.14º 0.74% 0.45% -
HSV(B) 296.14º 0.85% 0.79% -
XYZ 32.24 16.09 56.67 -
YUV 97.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 190 30 201 0.05 0.85 0 0.21 296.14 0.74 0.45
Hex BE 1E C9 5 55 0 15 128 4A 2D
Octal 276 36 311 5 125 0 25 450 112 55
Binary 10111110 11110 11001001 101 1010101 0 10101 100101000 1001010 101101

Color Harmonies of #BE1EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EC9

Black with #BE1EC9

Text Example


Text Example

White with #BE1EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EC9; }

 p { color: rgb(190,30,201); }

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

background-color css

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

 a { background-color: rgb(190,30,201); }

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

border-color css

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

 span { border-color: rgb(190,30,201); }

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