Html Css Color HEX #BE1ADF Deep Magenta

📋 copy color: '#BE1ADF'

red 190 ◦ green 26 ◦ blue 223

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

Shades of Deep Magenta #BE1ADF

Tints of Deep Magenta #BE1ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 43.28%
G = 5.92%
B = 50.8%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE1ADF (or 0xBE1ADF) is known color: Deep Magenta. HEX triplet: BE, 1A and DF. RGB value is (190,26,223). Sum of RGB (Red+Green+Blue) = 190+26+223=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE1ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ADF is #41E520. Grayscale: #606060. Windows color (decimal): -4318497 or 14621374. OLE color: 14621374.

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

Color convert

RGB 190 26 223 -
CMYK 0.15 0.88 0 0.13
HSL 289.95º 0.79% 0.49% -
HSV(B) 289.95º 0.88% 0.87% -
XYZ 34.92 17.01 71.26 -
YUV 97.49 198.83 193.98 -
System Red Green Blue C M Y K H S L
Decimal 190 26 223 0.15 0.88 0 0.13 289.95 0.79 0.49
Hex BE 1A DF F 58 0 D 122 4F 31
Octal 276 32 337 17 130 0 15 442 117 61
Binary 10111110 11010 11011111 1111 1011000 0 1101 100100010 1001111 110001

Color Harmonies of #BE1ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1ADF

Black with #BE1ADF

Text Example


Text Example

White with #BE1ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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