Html Css Color HEX #BE16BF Deep Magenta

📋 copy color: '#BE16BF'

red 190 ◦ green 22 ◦ blue 191

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

Shades of Deep Magenta #BE16BF

Tints of Deep Magenta #BE16BF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

 BLUE value IS 191 (75% from 255) = 47.39%

R = 47.15%
G = 5.46%
B = 47.39%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE16BF (or 0xBE16BF) is known color: Deep Magenta. HEX triplet: BE, 16 and BF. RGB value is (190,22,191). Sum of RGB (Red+Green+Blue) = 190+22+191=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE16BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16BF is #41E940. Grayscale: #5A5A5A. Windows color (decimal): -4319553 or 12523198. OLE color: 12523198.

HSL color Cylindrical-coordinate representation of color #BE16BF: hue angle of 299.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE16BF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 22 191 -
CMYK 0.01 0.88 0 0.25
HSL 299.65º 0.79% 0.42% -
HSV(B) 299.65º 0.88% 0.75% -
XYZ 30.93 15.28 50.61 -
YUV 91.5 184.16 198.26 -
System Red Green Blue C M Y K H S L
Decimal 190 22 191 0.01 0.88 0 0.25 299.65 0.79 0.42
Hex BE 16 BF 1 58 0 19 12C 4F 2A
Octal 276 26 277 1 130 0 31 454 117 52
Binary 10111110 10110 10111111 1 1011000 0 11001 100101100 1001111 101010

Color Harmonies of #BE16BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16BF

Black with #BE16BF

Text Example


Text Example

White with #BE16BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16BF; }

 p { color: rgb(190,22,191); }

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

background-color css

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

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

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

border-color css

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

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

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