Html Css Color HEX #BE16AF Deep Magenta

📋 copy color: '#BE16AF'

red 190 ◦ green 22 ◦ blue 175

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

Shades of Deep Magenta #BE16AF

Tints of Deep Magenta #BE16AF

RGB

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

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

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

R = 49.1%
G = 5.68%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE16AF (or 0xBE16AF) is known color: Deep Magenta. HEX triplet: BE, 16 and AF. RGB value is (190,22,175). Sum of RGB (Red+Green+Blue) = 190+22+175=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE16AF is #41E950. Grayscale: #595959. Windows color (decimal): -4319569 or 11474622. OLE color: 11474622.

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

Color convert

RGB 190 22 175 -
CMYK 0 0.88 0.08 0.25
HSL 305.36º 0.79% 0.42% -
HSV(B) 305.36º 0.88% 0.75% -
XYZ 29.26 14.62 41.84 -
YUV 89.67 176.16 199.56 -
System Red Green Blue C M Y K H S L
Decimal 190 22 175 0 0.88 0.08 0.25 305.36 0.79 0.42
Hex BE 16 AF 0 58 8 19 131 4F 2A
Octal 276 26 257 0 130 10 31 461 117 52
Binary 10111110 10110 10101111 0 1011000 1000 11001 100110001 1001111 101010

Color Harmonies of #BE16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16AF

Black with #BE16AF

Text Example


Text Example

White with #BE16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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