Html Css Color HEX #BE1FBE Deep Magenta

📋 copy color: '#BE1FBE'

red 190 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #BE1FBE

Tints of Deep Magenta #BE1FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.54%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 46.23%
G = 7.54%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE1FBE (or 0xBE1FBE) is known color: Deep Magenta. HEX triplet: BE, 1F and BE. RGB value is (190,31,190). Sum of RGB (Red+Green+Blue) = 190+31+190=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE1FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FBE is #41E041. Grayscale: #606060. Windows color (decimal): -4317250 or 12459966. OLE color: 12459966.

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

Color convert

RGB 190 31 190 -
CMYK 0 0.84 0 0.25
HSL 300º 0.72% 0.43% -
HSV(B) 300º 0.84% 0.75% -
XYZ 31.02 15.64 50.1 -
YUV 96.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 190 31 190 0 0.84 0 0.25 300 0.72 0.43
Hex BE 1F BE 0 54 0 19 12C 48 2B
Octal 276 37 276 0 124 0 31 454 110 53
Binary 10111110 11111 10111110 0 1010100 0 11001 100101100 1001000 101011

Color Harmonies of #BE1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FBE

Black with #BE1FBE

Text Example


Text Example

White with #BE1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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