Html Css Color HEX #BE1ACF Deep Magenta

📋 copy color: '#BE1ACF'

red 190 ◦ green 26 ◦ blue 207

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

Shades of Deep Magenta #BE1ACF

Tints of Deep Magenta #BE1ACF

RGB

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

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

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

R = 44.92%
G = 6.15%
B = 48.94%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE1ACF (or 0xBE1ACF) is known color: Deep Magenta. HEX triplet: BE, 1A and CF. RGB value is (190,26,207). Sum of RGB (Red+Green+Blue) = 190+26+207=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE1ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ACF is #41E530. Grayscale: #5F5F5F. Windows color (decimal): -4318513 or 13572798. OLE color: 13572798.

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

Color convert

RGB 190 26 207 -
CMYK 0.08 0.87 0 0.19
HSL 294.36º 0.78% 0.46% -
HSV(B) 294.36º 0.87% 0.81% -
XYZ 32.87 16.19 60.42 -
YUV 95.67 190.83 195.28 -
System Red Green Blue C M Y K H S L
Decimal 190 26 207 0.08 0.87 0 0.19 294.36 0.78 0.46
Hex BE 1A CF 8 57 0 13 126 4E 2E
Octal 276 32 317 10 127 0 23 446 116 56
Binary 10111110 11010 11001111 1000 1010111 0 10011 100100110 1001110 101110

Color Harmonies of #BE1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1ACF

Black with #BE1ACF

Text Example


Text Example

White with #BE1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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