Html Css Color HEX #BE1EBE Deep Magenta

📋 copy color: '#BE1EBE'

red 190 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #BE1EBE

Tints of Deep Magenta #BE1EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 46.34%
G = 7.32%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE1EBE (or 0xBE1EBE) is known color: Deep Magenta. HEX triplet: BE, 1E and BE. RGB value is (190,30,190). Sum of RGB (Red+Green+Blue) = 190+30+190=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE1EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EBE is #41E141. Grayscale: #5F5F5F. Windows color (decimal): -4317506 or 12459710. OLE color: 12459710.

HSL color Cylindrical-coordinate representation of color #BE1EBE: hue angle of 300º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1EBE is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 30 190 -
CMYK 0 0.84 0 0.25
HSL 300º 0.73% 0.43% -
HSV(B) 300º 0.84% 0.75% -
XYZ 30.99 15.59 50.09 -
YUV 96.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 190 30 190 0 0.84 0 0.25 300 0.73 0.43
Hex BE 1E BE 0 54 0 19 12C 49 2B
Octal 276 36 276 0 124 0 31 454 111 53
Binary 10111110 11110 10111110 0 1010100 0 11001 100101100 1001001 101011

Color Harmonies of #BE1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EBE

Black with #BE1EBE

Text Example


Text Example

White with #BE1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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