Html Css Color HEX #BE1FCF Deep Magenta

📋 copy color: '#BE1FCF'

red 190 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #BE1FCF

Tints of Deep Magenta #BE1FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 44.39%
G = 7.24%
B = 48.36%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE1FCF (or 0xBE1FCF) is known color: Deep Magenta. HEX triplet: BE, 1F and CF. RGB value is (190,31,207). Sum of RGB (Red+Green+Blue) = 190+31+207=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE1FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FCF is #41E030. Grayscale: #626262. Windows color (decimal): -4317233 or 13574078. OLE color: 13574078.

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

Color convert

RGB 190 31 207 -
CMYK 0.08 0.85 0 0.19
HSL 294.2º 0.74% 0.47% -
HSV(B) 294.2º 0.85% 0.81% -
XYZ 32.99 16.43 60.46 -
YUV 98.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 190 31 207 0.08 0.85 0 0.19 294.2 0.74 0.47
Hex BE 1F CF 8 55 0 13 126 4A 2F
Octal 276 37 317 10 125 0 23 446 112 57
Binary 10111110 11111 11001111 1000 1010101 0 10011 100100110 1001010 101111

Color Harmonies of #BE1FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FCF

Black with #BE1FCF

Text Example


Text Example

White with #BE1FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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