Html Css Color HEX #BE1ADD Deep Magenta

📋 copy color: '#BE1ADD'

red 190 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #BE1ADD

Tints of Deep Magenta #BE1ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 43.48%
G = 5.95%
B = 50.57%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE1ADD (or 0xBE1ADD) is known color: Deep Magenta. HEX triplet: BE, 1A and DD. RGB value is (190,26,221). Sum of RGB (Red+Green+Blue) = 190+26+221=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ADD is #41E522. Grayscale: #606060. Windows color (decimal): -4318499 or 14490302. OLE color: 14490302.

HSL color Cylindrical-coordinate representation of color #BE1ADD: hue angle of 290.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1ADD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 26 221 -
CMYK 0.14 0.88 0 0.13
HSL 290.46º 0.79% 0.48% -
HSV(B) 290.46º 0.88% 0.87% -
XYZ 34.66 16.91 69.84 -
YUV 97.27 197.83 194.14 -
System Red Green Blue C M Y K H S L
Decimal 190 26 221 0.14 0.88 0 0.13 290.46 0.79 0.48
Hex BE 1A DD E 58 0 D 122 4F 30
Octal 276 32 335 16 130 0 15 442 117 60
Binary 10111110 11010 11011101 1110 1011000 0 1101 100100010 1001111 110000

Color Harmonies of #BE1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1ADD

Black with #BE1ADD

Text Example


Text Example

White with #BE1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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