Html Css Color HEX #BE1EB1 Deep Magenta

📋 copy color: '#BE1EB1'

red 190 ◦ green 30 ◦ blue 177

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

Shades of Deep Magenta #BE1EB1

Tints of Deep Magenta #BE1EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.58%

R = 47.86%
G = 7.56%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE1EB1 (or 0xBE1EB1) is known color: Deep Magenta. HEX triplet: BE, 1E and B1. RGB value is (190,30,177). Sum of RGB (Red+Green+Blue) = 190+30+177=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1EB1 is #41E14E. Grayscale: #5E5E5E. Windows color (decimal): -4317519 or 11607742. OLE color: 11607742.

HSL color Cylindrical-coordinate representation of color #BE1EB1: hue angle of 304.88º 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 #BE1EB1 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 30 177 -
CMYK 0 0.84 0.07 0.25
HSL 304.88º 0.73% 0.43% -
HSV(B) 304.88º 0.84% 0.75% -
XYZ 29.64 15.05 42.94 -
YUV 94.6 174.51 196.05 -
System Red Green Blue C M Y K H S L
Decimal 190 30 177 0 0.84 0.07 0.25 304.88 0.73 0.43
Hex BE 1E B1 0 54 7 19 131 49 2B
Octal 276 36 261 0 124 7 31 461 111 53
Binary 10111110 11110 10110001 0 1010100 111 11001 100110001 1001001 101011

Color Harmonies of #BE1EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EB1

Black with #BE1EB1

Text Example


Text Example

White with #BE1EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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