Html Css Color HEX #BE1AB8 Deep Magenta

📋 copy color: '#BE1AB8'

red 190 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #BE1AB8

Tints of Deep Magenta #BE1AB8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.5%

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

R = 47.5%
G = 6.5%
B = 46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE1AB8 (or 0xBE1AB8) is known color: Deep Magenta. HEX triplet: BE, 1A and B8. RGB value is (190,26,184). Sum of RGB (Red+Green+Blue) = 190+26+184=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1AB8 is #41E547. Grayscale: #5C5C5C. Windows color (decimal): -4318536 or 12065470. OLE color: 12065470.

HSL color Cylindrical-coordinate representation of color #BE1AB8: hue angle of 302.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1AB8 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 26 184 -
CMYK 0 0.86 0.03 0.25
HSL 302.2º 0.76% 0.42% -
HSV(B) 302.2º 0.86% 0.75% -
XYZ 30.26 15.15 46.68 -
YUV 93.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 190 26 184 0 0.86 0.03 0.25 302.2 0.76 0.42
Hex BE 1A B8 0 56 3 19 12E 4C 2A
Octal 276 32 270 0 126 3 31 456 114 52
Binary 10111110 11010 10111000 0 1010110 11 11001 100101110 1001100 101010

Color Harmonies of #BE1AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1AB8

Black with #BE1AB8

Text Example


Text Example

White with #BE1AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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