Html Css Color HEX #BE1EAF Deep Magenta

📋 copy color: '#BE1EAF'

red 190 ◦ green 30 ◦ blue 175

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

Shades of Deep Magenta #BE1EAF

Tints of Deep Magenta #BE1EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 48.1%
G = 7.59%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE1EAF (or 0xBE1EAF) is known color: Deep Magenta. HEX triplet: BE, 1E and AF. RGB value is (190,30,175). Sum of RGB (Red+Green+Blue) = 190+30+175=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1EAF is #41E150. Grayscale: #5D5D5D. Windows color (decimal): -4317521 or 11476670. OLE color: 11476670.

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

Color convert

RGB 190 30 175 -
CMYK 0 0.84 0.08 0.25
HSL 305.63º 0.73% 0.43% -
HSV(B) 305.63º 0.84% 0.75% -
XYZ 29.44 14.97 41.9 -
YUV 94.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 190 30 175 0 0.84 0.08 0.25 305.63 0.73 0.43
Hex BE 1E AF 0 54 8 19 132 49 2B
Octal 276 36 257 0 124 10 31 462 111 53
Binary 10111110 11110 10101111 0 1010100 1000 11001 100110010 1001001 101011

Color Harmonies of #BE1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EAF

Black with #BE1EAF

Text Example


Text Example

White with #BE1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EAF; }

 p { color: rgb(190,30,175); }

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

background-color css

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

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

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

border-color css

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

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

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