Html Css Color HEX #BE1AB0 Deep Magenta

📋 copy color: '#BE1AB0'

red 190 ◦ green 26 ◦ blue 176

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

Shades of Deep Magenta #BE1AB0

Tints of Deep Magenta #BE1AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 48.47%
G = 6.63%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE1AB0 (or 0xBE1AB0) is known color: Deep Magenta. HEX triplet: BE, 1A and B0. RGB value is (190,26,176). Sum of RGB (Red+Green+Blue) = 190+26+176=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1AB0 is #41E54F. Grayscale: #5B5B5B. Windows color (decimal): -4318544 or 11541182. OLE color: 11541182.

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

Color convert

RGB 190 26 176 -
CMYK 0 0.86 0.07 0.25
HSL 305.12º 0.76% 0.42% -
HSV(B) 305.12º 0.86% 0.75% -
XYZ 29.44 14.82 42.38 -
YUV 92.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 190 26 176 0 0.86 0.07 0.25 305.12 0.76 0.42
Hex BE 1A B0 0 56 7 19 131 4C 2A
Octal 276 32 260 0 126 7 31 461 114 52
Binary 10111110 11010 10110000 0 1010110 111 11001 100110001 1001100 101010

Color Harmonies of #BE1AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1AB0

Black with #BE1AB0

Text Example


Text Example

White with #BE1AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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