#BE1FD1

Color #BE1FD1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BE1FD1

Tints of Deep Magenta #BE1FD1

Color information

#BE1FD1 (or 0xBE1FD1) is unknown color: approx Deep Magenta. HEX triplet: BE, 1F and D1. RGB value is (190,31,209). Sum of RGB (Red+Green+Blue) = 190+31+209=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE1FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FD1 is #41E02E. Grayscale: #626262. Windows color (decimal): -4317231 or 13705150. OLE color: 13705150.

HSL color Cylindrical-coordinate representation of color #BE1FD1: hue angle of 293.6º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1FD1 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19031209-
CMYK0.090.8500.18
HSL293.6º74.17%47.06%-
HSV(B)293.6º85.17%81.96%-
XYZ33.2316.5361.76-
YUV98.83190.18193.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 31 (12.5% from 255) = 7.21%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=44.19%
G=7.21%
B=48.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190312090.090.8500.18293.674.1747.06
HexBE1FD19550121264a2f
Octal276373211112502244611257
Binary101111101111111010001100110101010100101001001101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1FD1; }

 p { color: rgb(190,31,209); }

 H1.HeaderClassName
 {
   color: #BE1FD1;
 }
 .AnyTagClassName
 {
   color: #BE1FD1;
 }
</style>
background-color css

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

 a { background-color: rgb(190,31,209); }

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

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

 span { border-color: rgb(190,31,209); }

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