Html Css Color HEX #BE1EB8 Deep Magenta

📋 copy color: '#BE1EB8'

red 190 ◦ green 30 ◦ blue 184

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

Shades of Deep Magenta #BE1EB8

Tints of Deep Magenta #BE1EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.54%

R = 47.03%
G = 7.43%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE1EB8 (or 0xBE1EB8) is known color: Deep Magenta. HEX triplet: BE, 1E and B8. RGB value is (190,30,184). Sum of RGB (Red+Green+Blue) = 190+30+184=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EB8 is #41E147. Grayscale: #5E5E5E. Windows color (decimal): -4317512 or 12066494. OLE color: 12066494.

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

Color convert

RGB 190 30 184 -
CMYK 0 0.84 0.03 0.25
HSL 302.25º 0.73% 0.43% -
HSV(B) 302.25º 0.84% 0.75% -
XYZ 30.35 15.34 46.71 -
YUV 95.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 190 30 184 0 0.84 0.03 0.25 302.25 0.73 0.43
Hex BE 1E B8 0 54 3 19 12E 49 2B
Octal 276 36 270 0 124 3 31 456 111 53
Binary 10111110 11110 10111000 0 1010100 11 11001 100101110 1001001 101011

Color Harmonies of #BE1EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EB8

Black with #BE1EB8

Text Example


Text Example

White with #BE1EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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