Html Css Color HEX #BE16A0 Medium Violet Red

📋 copy color: '#BE16A0'

red 190 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #BE16A0

Tints of Medium Violet Red #BE16A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.01%

R = 51.08%
G = 5.91%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE16A0 (or 0xBE16A0) is known color: Medium Violet Red. HEX triplet: BE, 16 and A0. RGB value is (190,22,160). Sum of RGB (Red+Green+Blue) = 190+22+160=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE16A0 is #41E95F. Grayscale: #575757. Windows color (decimal): -4319584 or 10491582. OLE color: 10491582.

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

Color convert

RGB 190 22 160 -
CMYK 0 0.88 0.16 0.25
HSL 310.71º 0.79% 0.42% -
HSV(B) 310.71º 0.88% 0.75% -
XYZ 27.87 14.06 34.5 -
YUV 87.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 190 22 160 0 0.88 0.16 0.25 310.71 0.79 0.42
Hex BE 16 A0 0 58 10 19 137 4F 2A
Octal 276 26 240 0 130 20 31 467 117 52
Binary 10111110 10110 10100000 0 1011000 10000 11001 100110111 1001111 101010

Color Harmonies of #BE16A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16A0

Black with #BE16A0

Text Example


Text Example

White with #BE16A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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