#BE1FB5

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

Shades of Deep Magenta #BE1FB5

Tints of Deep Magenta #BE1FB5

Color information

#BE1FB5 (or 0xBE1FB5) is unknown color: approx Deep Magenta. HEX triplet: BE, 1F and B5. RGB value is (190,31,181). Sum of RGB (Red+Green+Blue) = 190+31+181=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FB5 is #41E04A. Grayscale: #5F5F5F. Windows color (decimal): -4317259 or 11870142. OLE color: 11870142.

HSL color Cylindrical-coordinate representation of color #BE1FB5: hue angle of 303.4º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1FB5 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19031181-
CMYK00.840.050.25
HSL303.4º71.95%43.33%-
HSV(B)303.4º83.68%74.51%-
XYZ30.0715.2645.08-
YUV95.64176.18195.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 31 (12.5% from 255) = 7.71%
BLUE value IS 181 (71.09% from 255) = 45.02%
R=47.26%
G=7.71%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903118100.840.050.25303.471.9543.33
HexBE1FB505451912f482b
Octal27637265012453145711053
Binary10111110111111011010101010100101110011001011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1FB5; }

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

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

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

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

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

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

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

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